diff options
author | P. 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) |
commit | 62dba57dd4ae7885eae9307a8f18aa434d739628 (patch) | |
tree | d3bdbb49c21a33fc0b4ecd7a478ea77d3f1cf65f | |
parent | ccd1d4b8eee393d9910d604d9df68c1410e8e7a7 (diff) |
autogen.sh: Fix sh.vim's syntax highlighting.
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" "${@}" |