summaryrefslogtreecommitdiff
path: root/init.d/localmount
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-xinit.d/localmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 9823820..d05822e 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -58,7 +58,7 @@ stop() {
for x in ${no_umounts} ${RC_NO_UMOUNTS}; do
no_umounts="${no_umounts}|${x}"
done
- if [ "${SIFS}" = "y" ] ; then
+ if [ "${SIFS}" = "y" ]; then
IFS=$OIFS
else
unset IFS