From ddf7f8238da171150c64f114649923de7cf39abf Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 14 Mar 2012 19:42:29 +0000 Subject: [PATCH] Fix problem of not building nbroot-core rpms git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11854 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 50b72bf9c..80f55e759 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -178,7 +178,7 @@ for rpmname in xCAT-client xCAT-server xCAT-IBMhpc xCAT-rmc xCAT-UI xCAT-test; d done if [ "$OSNAME" != "AIX" -a "$EMBED" != "zvm" ]; then - if $GREP -v nbroot2 $SVNUP|$GREP xCAT-nbroot; then + if grep -v nbroot2 $SVNUP|$GREP xCAT-nbroot; then UPLOAD=1 ORIGFAILEDRPMS="$FAILEDRPMS" for arch in x86_64 x86 ppc64; do