From: Jim Meyering Date: Sun, 28 Jun 2009 09:25:13 +0000 (+0200) Subject: maint: bootstrap: sync submodule usage from gnulib X-Git-Tag: v7.5~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f24b82517184351d9b31b5f61dc36743c5f2758c;p=thirdparty%2Fcoreutils.git maint: bootstrap: sync submodule usage from gnulib * bootstrap: Config for git submodule use only if .gitmodules exists. --- diff --git a/bootstrap b/bootstrap index 2731b7ed29..8fb2f2ce72 100755 --- a/bootstrap +++ b/bootstrap @@ -342,7 +342,7 @@ cleanup_gnulib() { } git_modules_config () { - GIT_CONFIG=.gitmodules git config "$@" + test -f .gitmodules && git config --file .gitmodules "$@" } # Get gnulib files.