From 7c96f6c978e259ec363e6c2978dec7946bbc89c0 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Fri, 2 May 2008 15:48:12 -0600 Subject: [PATCH] You didn't see the unterminated cases, and neither did I... --- BuildLiveCD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BuildLiveCD b/BuildLiveCD index 5ce6c76a..b58d7296 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -59,9 +59,11 @@ for s in $SUITES; do dapper|edgy|feisty|gutsy|hardy) ARCHARG="" old_suite="yes" + ;; *) ARCHARG="-a$ARCH" new_suite="yes" + ;; esac done if [ "$new_suite" = "yes" ] && [ "$old_suite" = "yes" ]; then