summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-25 21:08:51 +0100
committerPeter Simons <simons@cryp.to>2013-03-25 21:08:51 +0100
commitaa91560d47c3348e02d8f3e273fb67c2c9bd097d (patch)
treeb3af77bc471146f9f70551f477de87bff88acc7c /bootstrap.sh
parent7259a45f01744196d19185a21249deb2175b844f (diff)
downloadautoconf-archive-aa91560d47c3348e02d8f3e273fb67c2c9bd097d.tar.gz
bootstrap.sh: don't rely on /usr/bin/env if we don't have to
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 23634fd..35e082f 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -35,6 +35,6 @@ echo >>ChangeLog '# permitted in any medium without royalty provided the copyrig
echo >>ChangeLog '# this notice are preserved. This file is offered as-is, without any warranty.'
echo >>ChangeLog ''
build-aux/gitlog-to-changelog >>ChangeLog -- master m4/
-./gen-authors.sh >AUTHORS
+bash gen-authors.sh >AUTHORS
autoreconf --install -Wall