From 574ab814f6647ce058f64f087b4743b8cec10706 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Mon, 12 Dec 2005 09:50:40 +0000 Subject: Fix running time in seconds --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index a0e9582..9a4aa09 100755 --- a/iurt2 +++ b/iurt2 @@ -82,7 +82,7 @@ my (@stat) = stat $pidfile; sleep 1 } } else { - print "An other iurt is running for $my_arch, pid $pid, since $time seconds\n"; + print "An other iurt is running for $my_arch, pid $pid, since ",time - $time," seconds\n"; exit } } else { -- cgit v1.2.1