1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-12 02:12:06 +02:00

bootstrap: use git_modules_config in one more place

* bootstrap: Make bootstrap's --gnulib-srcdir more useful (for testing).
This commit is contained in:
Jim Meyering
2009-11-11 19:07:00 +01:00
parent 622cf39be6
commit cf1bc9810d

View File

@@ -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