aboutsummaryrefslogtreecommitdiff
path: root/gen-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen-setup.sh')
-rwxr-xr-xgen-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-setup.sh b/gen-setup.sh
index 00d2cf7..878a603 100755
--- a/gen-setup.sh
+++ b/gen-setup.sh
@@ -37,7 +37,7 @@ clone() {
elif ! [ -d "$DIR" ] ; then
mkdir -p "$DIR"
cd "$DIR"
- git clone "$URL" .
+ git clone --depth=1 "$URL" .
fi
cd $WD
}' > setup.sh