From a007fb74c9ba2461d165009c53ae30edc03bb01b Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 27 Jun 2013 07:01:03 +0000 Subject: [PATCH] Fix check for 2nd arg for xCAT-OpenStack git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16797 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- makerpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makerpm b/makerpm index 95dd2a713..695e0859d 100755 --- a/makerpm +++ b/makerpm @@ -34,7 +34,7 @@ function makenoarch { # Make one of the following rpms: xCAT, xCATsn, xCAT-buildkit, xCAT-OpenStack function makexcat { - if [ "$OSNAME" != "AIX" -a "$1" != "xCAT-buildkit" -a "$1" != "xCAT-OpenStack" -a -z "$2" ]; then + if [ "$OSNAME" != "AIX" -a "$1" != "xCAT-buildkit" -a -z "$2" ]; then echo 'Usage: makerpm []' exit 1 fi