aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-16 16:22:37 +0000
committerRoy Marples <roy@marples.name>2007-07-16 16:22:37 +0000
commit42a5cb043b2280e8b667577c79fe6ed7a741b467 (patch)
treeff32a40d86c6e7c255ab9fd0d205046277775d82 /init.d
parente983dd0ac64422bbf069b8dad3ce06d2cbbb3ac6 (diff)
Allow zsh to work as our shell
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}"