]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
add a missing default case
authorRudolf Polzer <divverent@alientrap.org>
Wed, 25 Aug 2010 05:56:00 +0000 (07:56 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 25 Aug 2010 05:56:00 +0000 (07:56 +0200)
all

diff --git a/all b/all
index 050516b519b871edd3364f5d4f9356bab770f435..1296bdae9cecb62e4f6f4ae97d19a2e7a3e3236b 100755 (executable)
--- a/all
+++ b/all
@@ -205,6 +205,9 @@ listrepos()
                                continue
                                ;;
                esac
                                continue
                                ;;
                esac
+               # default: enable
+               msg "Repository $d enabled by default"
+               echo "$d"
        done
 }
 
        done
 }