From cf1bc9810de01626c425c81e3641fa1c1b361339 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 11 Nov 2009 19:07:00 +0100 Subject: [PATCH] bootstrap: use git_modules_config in one more place * bootstrap: Make bootstrap's --gnulib-srcdir more useful (for testing). --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 6957ea3..97300b4 100755 --- 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 -- 2.7.4