From 88b4a3863af0f2d4ab0ed70395223c1a83d5f46a Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 3 Feb 2012 20:37:48 +0000 Subject: [PATCH] fix problem with zvm build not bldg xCAT-server git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11473 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 39c1bd721..3653f969b 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -167,7 +167,7 @@ fi for rpmname in xCAT-client xCAT-server xCAT-IBMhpc xCAT-rmc xCAT-UI xCAT-test; do if $GREP $rpmname $SVNUP; then UPLOAD=1 - if [ "$EMBED" = "zvm" -a "$rpmname" != "xCAT-server" -a "$rpmname" != "xCAT-UI" ]; then break; fi # for embedded envs only need to build server special + if [ "$EMBED" = "zvm" -a "$rpmname" != "xCAT-server" -a "$rpmname" != "xCAT-UI" ]; then continue; fi # for embedded envs only need to build server special maker $rpmname fi if [ "$OSNAME" = "AIX" ]; then