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

diff --git a/etc/rc b/etc/rc
index 3dda2f9164720e3929f9ed27744faa608ea941b3..13b1767dac8bfef180b4a0a2e5a32616864a8cd2 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.