summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-09 09:57:45 +0200
committerPeter Simons <simons@cryp.to>2011-07-09 09:57:45 +0200
commita7448223e83195a80f01088d6df7d4e4ae1d61a3 (patch)
tree40dc6b05625283f68eaab7b3d2562e2496c40893 /bootstrap.sh
parentd437e963b08175549317673bae75119fb6e04747 (diff)
downloadautoconf-archive-a7448223e83195a80f01088d6df7d4e4ae1d61a3.tar.gz
bootstrap.sh, gen-authors.sh: remove use of non-POSIX extensions from these scripts
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index fd0651f..07048a9 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
set -eu
@@ -8,10 +8,10 @@ else
gnulibtool=gnulib-tool
fi
-gnulib_modules=( git-version-gen gitlog-to-changelog gnupload
- maintainer-makefile announce-gen gendocs fdl-1.3 )
+gnulib_modules="git-version-gen gitlog-to-changelog gnupload
+ maintainer-makefile announce-gen gendocs fdl-1.3"
-$gnulibtool --m4-base build-aux --source-base build-aux --import "${gnulib_modules[@]}"
+$gnulibtool --m4-base build-aux --source-base build-aux --import $gnulib_modules
sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_GPL_version:/disabled_sc_GPL_version:/' \