aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2005-12-12 09:50:40 +0000
committerFlorent Villard <warly@mandriva.com>2005-12-12 09:50:40 +0000
commit574ab814f6647ce058f64f087b4743b8cec10706 (patch)
treebdbbc3a68724cbcb6c71113c455d2711d8ac677b /iurt2
parentc04384a7d773c1ae45252668954e938fe4f32c02 (diff)
downloadiurt-574ab814f6647ce058f64f087b4743b8cec10706.tar
iurt-574ab814f6647ce058f64f087b4743b8cec10706.tar.gz
iurt-574ab814f6647ce058f64f087b4743b8cec10706.tar.bz2
iurt-574ab814f6647ce058f64f087b4743b8cec10706.tar.xz
iurt-574ab814f6647ce058f64f087b4743b8cec10706.zip
Fix running time in seconds
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
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 {