From ded282f16329efa78a38c8e64303d1f03426907c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 30 Nov 2012 12:05:26 -0600 Subject: 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 ab0b1b5..232adf4 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" -- cgit v1.2.3