diff sources/native/sbin/init.sh @ 983:2932487b59fa

Typo fix.
author Rob Landley <rob@landley.net>
date Sun, 21 Feb 2010 17:07:55 -0600
parents d424fd68f991
children
line wrap: on
line diff
--- a/sources/native/sbin/init.sh	Sun Feb 21 12:04:06 2010 -0600
+++ b/sources/native/sbin/init.sh	Sun Feb 21 17:07:55 2010 -0600
@@ -69,7 +69,7 @@
     read -t 3 -n 1 X
     if [ "$X" == xx ]
     then
-      echo "\nRunning automated build."
+      echo "Running automated build."
       HANDOFF=/mnt/init
     fi
   fi