From 0c7032840b746bc5f1e5f6cb90ad50b5da0a4fce Mon Sep 17 00:00:00 2001 From: Kirill Elagin Date: Thu, 7 Jul 2011 11:51:39 -0500 Subject: save and restore IFS correctly X-Gentoo-Bug: 371141 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=371141 --- init.d/localmount.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'init.d/localmount.in') diff --git a/init.d/localmount.in b/init.d/localmount.in index efbddc7..166ee77 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -37,16 +37,10 @@ stop() local x= no_umounts_r="/|/dev|/dev/.*|${RC_SVCDIR}" no_umounts_r="${no_umounts_r}|/bin|/sbin|/lib|/libexec" # RC_NO_UMOUNTS is an env var that can be set by plugins - local OIFS=$IFS SIFS=${IFS-y} - IFS=$IFS: + local IFS="$IFS:" for x in $no_umounts $RC_NO_UMOUNTS; do no_umounts_r="$no_umounts_r|$x" done - if [ "$SIFS" = y ]; then - IFS=$OIFS - else - unset IFS - fi if [ "$RC_UNAME" = Linux ]; then no_umounts_r="$no_umounts_r|/proc|/proc/.*|/run|/sys|/sys/.*" -- cgit v1.2.3