bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] do not use GIT_CONFIG_LOCAL


From: Paolo Bonzini
Subject: [PATCH] do not use GIT_CONFIG_LOCAL
Date: Fri, 26 Jun 2009 11:55:17 +0200
User-agent: Thunderbird 2.0.0.17 (X11/20081009)

"Despite being doucmented, I can't find any sign that it was ever used."
(git commit dc87183).  Doh.

Bison should be updated, for the other projects I know the maintainers are listening on bug-gnulib. :-)

Paolo

2009-06-26  Paolo Bonzini  <address@hidden>

        * autoboot: Do not use GIT_CONFIG_LOCAL.


diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 2087bab..9d93c86 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]