diff options
author | Jim Meyering <meyering@redhat.com> | 2009-04-17 09:10:57 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-17 09:10:57 +0200 |
commit | 48430d6a4a69f8dc53cc457a8ae69d7a4fa84015 (patch) | |
tree | 0825eecbceb2344f44e9c2b81c49fc44597ab9ae /bootstrap | |
parent | f08504b43bc1878c706368b7652c4dc6ff608e2c (diff) | |
download | coreutils-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-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |