From: Paolo Bonzini Date: Sat, 27 Jun 2009 10:54:35 +0000 (+0200) Subject: Fix bootstrap for git 1.6.x X-Git-Tag: v0.1~5831 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7da6c6f9a62e4a00ad88beb04f492b28fe517699;p=gnulib.git Fix bootstrap for git 1.6.x 2009-06-26 Paolo Bonzini * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL. --- diff --git a/ChangeLog b/ChangeLog index 3e5fdb1a8..6425be7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-26 Paolo Bonzini + + * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL. + 2009-06-25 Eric Blake version-etc: fix regression diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 2087bab8f..9d93c865f 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -245,7 +245,7 @@ cleanup_gnulib() { } git_modules_config () { - GIT_CONFIG_LOCAL=.gitmodules git config "$@" + test -f .gitmodules && git config --file .gitmodules "$@" } # Get gnulib files.