From 42a5cb043b2280e8b667577c79fe6ed7a741b467 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 16 Jul 2007 16:22:37 +0000 Subject: Allow zsh to work as our shell --- init.d/localmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/localmount') 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}" -- cgit v1.2.3