Always restore IFS.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Wed, 31 Oct 2012 11:42:40 +0000 (12:42 +0100)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Wed, 31 Oct 2012 11:42:40 +0000 (12:42 +0100)
src/functions.sh

index ce861a3..6f98950 100644 (file)
@@ -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