From 15f45487cba47937d9140ecd171f32a414d509a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 Mar 2013 23:09:51 +0100 Subject: bootstrap.sh: don't refer to any particular branch when calling gitlog-to-changelog; just use the current head --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 35e082f..5ecf016 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -34,7 +34,7 @@ echo >>ChangeLog '# Copying and distribution of this file, with or without modif echo >>ChangeLog '# permitted in any medium without royalty provided the copyright notice and' 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/ +build-aux/gitlog-to-changelog >>ChangeLog -- m4/ bash gen-authors.sh >AUTHORS autoreconf --install -Wall -- cgit v1.2.1