From c5e163cffc61769f819d4599c2b6a525f7d6212b Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 30 Nov 2012 12:05:26 -0600 Subject: [PATCH] typo fixes --- init.d/localmount.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index ab0b1b5c..232adf49 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -22,8 +22,8 @@ start() if [ "$RC_UNAME" = Linux ]; then no_netdev="-O no_netdev" - if [ mountinfo -q /usr ]; then - touch $rc_svcdir/usr_premounted + if mountinfo -q /usr; then + touch $RC_SVCDIR/usr_premounted fi fi ebegin "Mounting local filesystems"