From: Rudolf Polzer Date: Wed, 2 Mar 2011 09:37:22 +0000 (+0100) Subject: make checkself also work from checkout -f X-Git-Tag: xonotic-v0.5.0~124 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=805f65401c422aed2f8b309e03b19c70678c9f61;p=xonotic%2Fxonotic.git make checkself also work from checkout -f --- diff --git a/all b/all index cb7f224d..9fbae729 100755 --- a/all +++ b/all @@ -663,6 +663,9 @@ case "$cmd" in ;; esac fi + if [ -n "$checkoutflags" ]; then + set -- -f "$@" # to make checkself work again + fi exists=false for d in $repos; do enter "$d0/$d" verbose