[arch-general] [PATCH 40/48] Bashify waiting for the clock pid.

Victor Lowther victor.lowther at gmail.com
Wed Jun 30 17:47:45 EDT 2010


---
 rc.sysinit |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.sysinit b/rc.sysinit
index ac32fca..1ecfc3f 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -352,7 +352,7 @@ done
 /bin/dmesg >| /var/log/dmesg.log
 
 # final hwclock setting needs to be done at this point
-if [ -n "$clock_pid" ]; then
+if [[ $clock_pid ]]; then
 	wait $clock_pid
 fi
 
-- 
1.7.1



More information about the arch-general mailing list