diff options
author | Roy Marples <roy@marples.name> | 2007-07-16 16:22:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-16 16:22:37 +0000 |
commit | 42a5cb043b2280e8b667577c79fe6ed7a741b467 (patch) | |
tree | ff32a40d86c6e7c255ab9fd0d205046277775d82 /init.d/localmount | |
parent | e983dd0ac64422bbf069b8dad3ce06d2cbbb3ac6 (diff) |
Allow zsh to work as our shell
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 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}" |