summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-08-03 21:25:30 +0100
committerReuben Thomas <rrt@sc3d.org>2017-08-04 12:03:48 +0100
commitf0e24ef463da61363e8c34c27b74bd0121c8caa3 (patch)
tree0c21c5c179b1770c383cfa68a39d49ccec95a1bc /bootstrap
parent1d33613ff90a2eceda65b0fabe3286098ce41dfb (diff)
downloadenchant-f0e24ef463da61363e8c34c27b74bd0121c8caa3.tar.gz
Add updated bootstrap module with gnulib-tool-compatible licenses
Partially addresses issue #121.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index bc0191f..79aab70 100755
--- a/bootstrap
+++ b/bootstrap
@@ -224,7 +224,7 @@ vc_ignore=
# Source required external libraries:
# Set a version string for this script.
-scriptversion=2016-02-28.16; # UTC
+scriptversion=2017-04-19.12; # UTC
# General shell script boiler plate, and helper functions.
# Written by Gary V. Vaughan, 2004
@@ -427,7 +427,7 @@ test -z "$SED" && {
rm -f conftest.in conftest.tmp conftest.nl conftest.out
}
- func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
+ func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin"
rm -f conftest.sed
SED=$func_path_progs_result
}
@@ -463,7 +463,7 @@ test -z "$GREP" && {
rm -f conftest.in conftest.tmp conftest.nl conftest.out
}
- func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
+ func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin"
GREP=$func_path_progs_result
}