-Fix erroneous use statement
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
00b7d766d7
commit
97b186c0a0
@ -4,7 +4,7 @@ BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/o
|
||||
use lib "$::XCATROOT/lib/perl";
|
||||
use Data::Dumper;
|
||||
use xCAT::Client;
|
||||
use Getopt:Long;
|
||||
use Getopt::Long;
|
||||
use strict;
|
||||
my %output;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user