summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-04-17 09:10:57 +0200
committerJim Meyering <meyering@redhat.com>2009-04-17 09:10:57 +0200
commit48430d6a4a69f8dc53cc457a8ae69d7a4fa84015 (patch)
tree0825eecbceb2344f44e9c2b81c49fc44597ab9ae /bootstrap
parentf08504b43bc1878c706368b7652c4dc6ff608e2c (diff)
downloadcoreutils-48430d6a4a69f8dc53cc457a8ae69d7a4fa84015.tar.xz
maint: bootstrap: sync a tiny change from gnulib
* bootstrap: rename variable to sync with gnulib: s/\$depth/$shallow/
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 27e4ec28c..3709ce6ce 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