From: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Date: Wed, 31 Oct 2012 11:42:40 +0000 (+0100)
Subject: Always restore IFS.
X-Git-Tag: debian/6.0.4~1
X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;h=9df90bfb908a573521cca5e3724d0bddaf651984;p=carnet-upgrade.git

Always restore IFS.
---

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