summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-11 19:07:00 +0100
committerJim Meyering <meyering@redhat.com>2009-11-11 19:07:37 +0100
commitcf1bc9810de01626c425c81e3641fa1c1b361339 (patch)
tree967f2d278910091e91f2a4d102bf72ad4a95c6db
parent622cf39be6dd25a1913ef85ac66290217f1af5b6 (diff)
downloadcoreutils-cf1bc9810de01626c425c81e3641fa1c1b361339.tar.xz
bootstrap: use git_modules_config in one more place
* bootstrap: Make bootstrap's --gnulib-srcdir more useful (for testing).
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 6957ea3b6..97300b477 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