-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:
jbjohnso 2011-01-18 14:19:57 +00:00
parent 00b7d766d7
commit 97b186c0a0

View File

@ -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;