From 956f45d7b36381743c985d97b381411f75f43c54 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 15 May 2014 06:48:24 -0700 Subject: [PATCH] minor fix --- xCAT-test/restapitest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/restapitest b/xCAT-test/restapitest index 1e4fd4e09..1e0682fc2 100755 --- a/xCAT-test/restapitest +++ b/xCAT-test/restapitest @@ -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;