timetable: missing quote
This commit is contained in:
parent
d84ccf566b
commit
9c6b7a9f87
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
for run in $(ls -d [0-9]* | sort -n); do
|
for run in $(ls -d [0-9]* | sort -n); do
|
||||||
time=$(awk '/^ ?time /{print $2}' $run/stdout.log)
|
time=$(awk '/^ ?time /{print $2}' $run/stdout.log)
|
||||||
if [ -z "$time" ]; then
|
if [ -z "$time" ]; then
|
||||||
echo "error: cannot match \"time\" line
|
echo "error: cannot match \"time\" line"
|
||||||
echo "check stdout log file: ${inputResult}/$exp/$unit/$run/stdout.log"
|
echo "check stdout log file: ${inputResult}/$exp/$unit/$run/stdout.log"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user