summaryrefslogtreecommitdiff
path: root/build-aux/funclib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/funclib.sh')
-rw-r--r--build-aux/funclib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/funclib.sh b/build-aux/funclib.sh
index 6276866..39d972e 100644
--- a/build-aux/funclib.sh
+++ b/build-aux/funclib.sh
@@ -1,5 +1,5 @@
# Set a version string for this script.
-scriptversion=2014-01-03.01; # UTC
+scriptversion=2015-01-20.17; # UTC
# General shell script boiler plate, and helper functions.
# Written by Gary V. Vaughan, 2004
@@ -127,7 +127,7 @@ func_path_progs ()
_G_path_prog_max=0
_G_path_prog_found=false
- _G_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
for _G_dir in $_G_PATH; do
IFS=$_G_save_IFS
test -z "$_G_dir" && _G_dir=.