# HG changeset patch # User wenzelm # Date 1133470986 -3600 # Node ID 1ee4523c831f19e17596dfe94bb6f6a6357d451a # Parent 2f57579e618f2b18f0a2ee594852f0729b66d414 tuned; diff -r 2f57579e618f -r 1ee4523c831f lib/scripts/timestart.bash --- a/lib/scripts/timestart.bash Thu Dec 01 22:03:05 2005 +0100 +++ b/lib/scripts/timestart.bash Thu Dec 01 22:03:06 2005 +0100 @@ -14,7 +14,7 @@ local TMP="/tmp/get_times$$" times > "$TMP" # No pipe here! TIMES_RESULT="$SECONDS $(tail -1 "$TMP" | "$AUTO_PERL" -pe 's,(\d+)m(\d+)\.\d+s +(\d+)m(\d+)\.\d+s, $1 * 60 + $2 + $3 * 60 + $4,e')" - /bin/rm -f "$TMP" + rm -f "$TMP" } get_times # sets TIMES_RESULT