diff options
-rw-r--r-- | lib/common.sh | 3 |
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() |