summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-09-01 17:44:16 +0200
committerBruno Haible <bruno@clisp.org>2019-09-01 17:44:16 +0200
commit73307a2226cf2d78b71a58f6bee2cfe450e9b5e2 (patch)
tree7af0678a23dbe6c20d4a6fd79bb33e285eb7df06
parentb7aa3b5b9b19191d872f84ea2fc369656f88d7ff (diff)
downloadlibunistring-73307a2226cf2d78b71a58f6bee2cfe450e9b5e2.tar.gz
build: Tweak last commit.
-rwxr-xr-xgitsub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsub.sh b/gitsub.sh
index 73675e2..4df47fd 100755
--- a/gitsub.sh
+++ b/gitsub.sh
@@ -436,7 +436,7 @@ case "$mode" in
git_options=""
while test $# -gt 0; do
case "$1" in
- --recursive)
+ --reference=* | --depth=* | --recursive)
git_options="$git_options $1"
shift
;;