From 3cd5fb43ae0da48eff424e69bcc50dec1e8bafab Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 10 Nov 2009 06:27:14 +0000 Subject: [PATCH] fixed defect 2888617 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4531 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCmac.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/PPCmac.pm b/perl-xCAT/xCAT/PPCmac.pm index 275132a51..85efc09fb 100644 --- a/perl-xCAT/xCAT/PPCmac.pm +++ b/perl-xCAT/xCAT/PPCmac.pm @@ -49,9 +49,9 @@ sub parse_args { #################################### # Option -h for Help #################################### - if ( exists( $opt{h} )) { - return( usage() ); - } + #if ( exists( $opt{h} )) { + # return( usage() ); + #} #################################### # Option -v for version ####################################