From: Rudolf Polzer Date: Wed, 25 Aug 2010 05:56:00 +0000 (+0200) Subject: add a missing default case X-Git-Tag: xonotic-v0.1.0preview~268 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=1ae12fed4b2f163a7d4559cf9d55cc55ef448d2b add a missing default case --- diff --git a/all b/all index 050516b5..1296bdae 100755 --- a/all +++ b/all @@ -205,6 +205,9 @@ listrepos() continue ;; esac + # default: enable + msg "Repository $d enabled by default" + echo "$d" done }