From 95c629d94069314fe28dca89127e44e57cafecc2 Mon Sep 17 00:00:00 2001 From: sjing Date: Fri, 30 Dec 2011 10:10:15 +0000 Subject: [PATCH] if yum reports "Nothing to do" for the installed packages, we still return 0 to avoiding genimage broken by mistake. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11322 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install b/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install index 4dcdd29f7..3db9042ff 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install @@ -48,4 +48,5 @@ if [ $OS != "AIX" ]; then fi +exit 0