From f0c9ca19965f683f5c7b80e063c8474d1da36221 Mon Sep 17 00:00:00 2001 From: sjing Date: Thu, 19 Apr 2012 07:18:31 +0000 Subject: [PATCH] When bad flags are specified, we need to return 1. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12270 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index ca530c28e..c74d12832 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -11776,7 +11776,7 @@ sub prermdsklsnode ) { &rmdsklsnode_usage($callback); - return; + return 1; } if ($::HELP)