diff --git a/xCAT-client/bin/ppping b/xCAT-client/bin/ppping index 206d60ef0..615fd4313 100755 --- a/xCAT-client/bin/ppping +++ b/xCAT-client/bin/ppping @@ -35,6 +35,8 @@ my $USAGE="Usage: ppping [-i|--interface interfaces] [-d|--debug] [-V|--verbose] ppping -v|--version\n"; # Parse the options +require Getopt::Long; +Getopt::Long::Configure ("bundling"); if(!GetOptions( 'h|help' => \$::HELP, 'v|version' => \$::VERSION,