From: Rudolf Polzer Date: Sat, 18 Sep 2010 11:25:55 +0000 (+0200) Subject: fix -fU parsing X-Git-Tag: xonotic-v0.1.0preview~202^2~1 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=bd9d5d99621e61978629a596ac3396a7e1ba5a0c fix -fU parsing --- diff --git a/all b/all index 764fb430..c25f2c77 100755 --- a/all +++ b/all @@ -921,7 +921,7 @@ case "$cmd" in elif [ x"$1" = x"-fu" ]; then force=true gotoupstream=true - elif [ x"$1" = x"-Fu" ]; then + elif [ x"$1" = x"-fU" ]; then force=true gotoupstream=true fetchupstream=true