From 87c211f97d0a69a0421e2d9a44aaf17f5e2ca2c7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 09 Oct 2012 23:08:36 -0400 Subject: More properly set IFS to its default value. --- (limited to 'lib') 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() -- cgit v0.9.1