]> Zhao Yanbai Git Server - minix.git/commitdiff
oops
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:27:49 +0000 (16:27 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:27:49 +0000 (16:27 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index a3526499dffc409d9b0efe23a8d13282942d9fb9..3dda2f9164720e3929f9ed27744faa608ea941b3 100755 (executable)
--- a/etc/rc
+++ b/etc/rc
@@ -138,7 +138,7 @@ Mount $usr /usr failed -- Single user."
     fi
 
     if [ ! -z "$home" ]
-    then mount $home /home || echo 'WARNING: couldn't mount $home on /home"
+    then mount $home /home || echo 'WARNING: couldn't mount $home on /home'
     fi
 
     # This file is necessary for above 'shutdown -C' check.