-Fix problem in 2.1 where noderm fails due to strict violation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1999 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3a93ec2669
commit
400c655ae4
@ -221,7 +221,9 @@ sub noderm
|
||||
$cb->(\%rsp);
|
||||
};
|
||||
|
||||
@ARGV = @{$args};
|
||||
if ($args) {
|
||||
@ARGV = @{$args};
|
||||
}
|
||||
if (!GetOptions('h|?|help' => \$HELP, 'v|version' => \$VERSION) ) { $noderm_usage->(1); return; }
|
||||
|
||||
if ($HELP) { $noderm_usage->(0); return; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user