summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-22 20:30:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-22 20:30:50 (EDT)
commit62dba57dd4ae7885eae9307a8f18aa434d739628 (patch)
treed3bdbb49c21a33fc0b4ecd7a478ea77d3f1cf65f /autogen.sh
parentccd1d4b8eee393d9910d604d9df68c1410e8e7a7 (diff)
autogen.sh: Fix sh.vim's syntax highlighting.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index dfa4540..a23ff90 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@ set -e
srcdir="${0%/*}"
-(
+{(
cd "${srcdir}"
[ -d build-aux ] || mkdir build-aux
cat >ChangeLog <<-EOF
@@ -13,6 +13,6 @@ EOF
aclocal
autoconf
automake --add-missing --copy
-)
+)}
"${srcdir}/configure" "${@}"