aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/localmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 92bdd195..ff841a2e 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -153,7 +153,7 @@ stop() {
# NO_UMOUNTS is taken from /etc/conf.d/localmount
# RC_NO_UMOUNTS is taken from /etc/conf.d/rc and can also be
# set by plugins
- local OIFS=$IFS SIFS=${IFS-y}
+ OIFS=${IFS} SIFS=${IFS-y}
IFS=$IFS:
for x in ${NO_UMOUNTS} ${RC_NO_UMOUNTS} ; do
no_umounts="${no_umounts}|${x}"