summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-18 11:26:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-18 11:26:45 (EDT)
commit9625f65278ff33a5f8e876ae27f4c0d8e7e48d74 (patch)
tree8d088613b489e6ef849800bfa4babf7fd087664c /lib
parent0af9f60c7260aff16aa81c4d132b6a42b09e1c1d (diff)
ob_reduce_deps(): Add "unset IFS" after a loop.
Diffstat (limited to 'lib')
-rw-r--r--lib/deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/deps.sh b/lib/deps.sh
index 8ac3133..c33a6d9 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -229,6 +229,7 @@ ob_reduce_deps()
dep_or_list="${dep_or_list}${dep}"
fi
done
+ unset IFS
if [ -n "${dep_or_list}" ]; then
if [ -n "${dep_list}" ]; then
dep_list="${dep_list}, "