diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-04-06 23:37:17 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-04-06 23:37:17 +0200 |
commit | a58228bfe3764008ecf971d420fb7fa0bb704b54 (patch) | |
tree | 12914bd1f53b1bf61fac6088edd20bb20eddca0f /rc.sysinit | |
parent | 307c850a0c345a092a21fff50da2f0658c3c03c4 (diff) |
Remove extra newline from udev status output
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then /sbin/udevadm settle stat_done udevend="$(/bin/date +%s%0N)" - printhl " UDev uevent processing time: $((($udevend-$udevstart)/1000000))ms\n" + printhl " UDev uevent processing time: $((($udevend-$udevstart)/1000000))ms" fi # bring up the loopback interface |