changeset 11656:840c1aaa2f6d

Fix bootstrap for git 1.6.x 2009-06-26 Paolo Bonzini <bonzini@gnu.org> * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
author Paolo Bonzini <bonzini@gnu.org>
date Sat, 27 Jun 2009 12:54:35 +0200
parents ed090c498dd0
children f6b541f158c1
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
+
+	* build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
+
 2009-06-25  Eric Blake  <ebb9@byu.net>
 
 	version-etc: fix regression
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -245,7 +245,7 @@
 }
 
 git_modules_config () {
-  GIT_CONFIG_LOCAL=.gitmodules git config "$@"
+  test -f .gitmodules && git config --file .gitmodules "$@"
 }
 
 # Get gnulib files.