the bug #2889373 is fixed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4468 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-10-30 11:36:23 +00:00
parent 00cd9051d8
commit dac4be5735

View File

@ -236,6 +236,8 @@ sub noderm
if ($args) {
@ARGV = @{$args};
} else {
@ARGV = ();
}
if (!GetOptions('h|?|help' => \$HELP, 'v|version' => \$VERSION) ) { $noderm_usage->(1); return; }