diff options
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-x | init.d/localmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount index 9823820c..d05822ec 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 |