1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Disallow GNU command line option abbreviation

This commit is contained in:
Alessandro Ranellucci
2012-01-27 15:29:46 +01:00
parent 2151457d9e
commit 7305b6da88
+1 -1
View File
@@ -8,7 +8,7 @@ BEGIN {
use lib "$FindBin::Bin/lib";
}
use Getopt::Long;
use Getopt::Long qw(:config no_auto_abbrev);
use Slic3r;
use XXX;
$|++;