summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-09 23:08:36 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-09 23:08:36 (EDT)
commit87c211f97d0a69a0421e2d9a44aaf17f5e2ca2c7 (patch)
tree7258659be5c37b5cb4c28d3591d07951cb668a2e /lib
parent990cc8652f69623d8f4db25ac576eb494fc56423 (diff)
More properly set IFS to its default value.
Diffstat (limited to 'lib')
-rw-r--r--lib/common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.sh b/lib/common.sh
index 78f1c62..7849894 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -30,7 +30,8 @@ _ob_local()
# Save the old IFS value, if any, and set it to its default.
_OB_SAVED_IFS="${IFS}"
- unset IFS
+ IFS='
+'
}
_ob_return()