From 5c15fed299696eb6d54528d6e718bb5b0d27b238 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 16:58:19 +0000 Subject: [PATCH] oops --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index 3dda2f916..13b1767da 100755 --- 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. -- 2.44.0