diff options
author | Florent Villard <warly@mandriva.com> | 2005-12-12 09:50:40 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-12-12 09:50:40 +0000 |
commit | 574ab814f6647ce058f64f087b4743b8cec10706 (patch) | |
tree | bdbbc3a68724cbcb6c71113c455d2711d8ac677b /iurt2 | |
parent | c04384a7d773c1ae45252668954e938fe4f32c02 (diff) | |
download | iurt-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-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |