bootstrap: use git_modules_config in one more place
authorJim Meyering <meyering@redhat.com>
Wed, 11 Nov 2009 18:07:00 +0000 (19:07 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 11 Nov 2009 18:07:37 +0000 (19:07 +0100)
* bootstrap: Make bootstrap's --gnulib-srcdir more useful (for testing).

bootstrap

index 6957ea3..97300b4 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -416,7 +416,7 @@ case ${GNULIB_SRCDIR--} in
         git_modules_config submodule.gnulib.url >/dev/null; then
     git submodule init
     GNULIB_SRCDIR=`cd $GNULIB_SRCDIR && pwd`
-    git config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
+    git_modules_config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
     echo "$0: getting gnulib files..."
     git submodule update || exit $?
     GNULIB_SRCDIR=gnulib