changeset 983:2932487b59fa

Typo fix.
author Rob Landley <rob@landley.net>
date Sun, 21 Feb 2010 17:07:55 -0600
parents 5abf4d8f7b92
children 9840847885e8
files sources/native/sbin/init.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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