commit:     8d05f7d50814d361f45cdaa058a895fb8657bf70
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 17:34:13 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 17:34:13 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=8d05f7d5

catalyst-auto-sparc64.conf: missed some ) in case statement

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 tools/catalyst-auto-sparc64.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 3a3e5f0e..13784e8d 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -61,10 +61,10 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}/default/" > /dev/null
 
        case ${spec} in
-       stage3.spec
+       stage3.spec)
                upload stage3-*${DATESTAMP}*${EXTENSIONS}*
                ;;
-       installcd-stage2-minimal.spec
+       installcd-stage2-minimal.spec)
                upload *${DATESTAMP}*.iso*
                ;;
        esac

Reply via email to