From bd9d5d99621e61978629a596ac3396a7e1ba5a0c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 18 Sep 2010 13:25:55 +0200 Subject: [PATCH] fix -fU parsing --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2