From: Jim Meyering Date: Wed, 11 Nov 2009 18:07:00 +0000 (+0100) Subject: bootstrap: use git_modules_config in one more place X-Git-Tag: v8.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1bc9810de01626c425c81e3641fa1c1b361339;p=thirdparty%2Fcoreutils.git bootstrap: use git_modules_config in one more place * bootstrap: Make bootstrap's --gnulib-srcdir more useful (for testing). --- diff --git a/bootstrap b/bootstrap index 6957ea3b64..97300b477f 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