diff --git a/bin/cp b/bin/cp index a236488a..0ea02f49 100755 --- a/bin/cp +++ b/bin/cp @@ -102,6 +102,7 @@ sub process_arguments { my %opts; require Getopt::Long; + Getopt::Long::Configure('bundling'); Getopt::Long::GetOptionsFromArray( \@args, 'f' => \$opts{'f'},