minor fix

This commit is contained in:
yinle 2014-05-15 06:48:24 -07:00
parent 23bd81f4a6
commit 956f45d7b3

View File

@ -30,7 +30,7 @@ BEGIN
{
$::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat';
}
use Getopt::Long qw{:config bundling bundling no_ignore_case};
use Getopt::Long qw{:config bundling no_ignore_case};
use Data::Dumper;
use strict;
my $help;