From 9df90bfb908a573521cca5e3724d0bddaf651984 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Wed, 31 Oct 2012 12:42:40 +0100 Subject: [PATCH] Always restore IFS. --- src/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.sh b/src/functions.sh index ce861a3..6f98950 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -201,6 +201,7 @@ remove_bloat() { fi done done + IFS="$oldifs" [ "$DEBUG" ] && echo "DEBUG: pkgs_to_remove=$pkgs_to_remove" 1>&2 # Finally, remove those if [ -n "$update_selections" ]; then -- 1.7.10.4