Commit 7031de7e authored by cmosh's avatar cmosh

Small bug with finish commit

parent 171cdf0e
......@@ -358,7 +358,7 @@ cmd_finish() {
exit 1
fi
TOTAL_TIME=awk '{ sum += $1 } END { print sum }' .seconds-feature-$NAME
TOTAL_TIME=$(awk '{ sum += $1 } END { print sum }' .seconds-feature-$NAME)
TIME_EXPECTED=line=$(head -n 1 .timelog-feature-$NAME)
seconds=$TOTAL_TIME; FINALTIME=$((seconds/86400))" days "$(date -d "1970-01-01 + $seconds seconds" "+%H hours %M minutes %S seconds")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment