From: Jim Meyering Date: Fri, 17 Apr 2009 07:10:57 +0000 (+0200) Subject: maint: bootstrap: sync a tiny change from gnulib X-Git-Tag: v7.3~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48430d6a4a69f8dc53cc457a8ae69d7a4fa84015;p=thirdparty%2Fcoreutils.git maint: bootstrap: sync a tiny change from gnulib * bootstrap: rename variable to sync with gnulib: s/\$depth/$shallow/ --- diff --git a/bootstrap b/bootstrap index 27e4ec28c3..3709ce6cef 100755 --- a/bootstrap +++ b/bootstrap @@ -359,8 +359,8 @@ case ${GNULIB_SRCDIR--} in trap cleanup_gnulib 1 2 13 15 - git clone --help|grep depth > /dev/null && depth='--depth 2' || depth= - git clone $depth git://git.sv.gnu.org/gnulib || + git clone --help|grep depth > /dev/null && shallow='--depth 2' || shallow= + git clone $shallow git://git.sv.gnu.org/gnulib || cleanup_gnulib trap - 1 2 13 15