timetable: missing quote

This commit is contained in:
Rodrigo Arias 2021-02-03 13:51:24 +01:00
parent d84ccf566b
commit 9c6b7a9f87

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
for run in $(ls -d [0-9]* | sort -n); do
time=$(awk '/^ ?time /{print $2}' $run/stdout.log)
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"
exit 1
fi