summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 72df194..fa39c2e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -3,7 +3,7 @@
set -eu
if [ ! -d "gnulib" ] && [ $# -gt 0 ] && [ "$1" = "--copy" ]; then
- git clone git://git.savannah.gnu.org/gnulib.git gnulib
+ git clone --depth 1 git://git.savannah.gnu.org/gnulib.git gnulib
fi
if [ -x "gnulib/gnulib-tool" ]; then