projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ded29d
)
Always restore IFS.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 31 Oct 2012 11:42:40 +0000
(12:42 +0100)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 31 Oct 2012 11:42:40 +0000
(12:42 +0100)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
ce861a3
..
6f98950
100644
(file)
--- 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