Disallow GNU command line option abbreviation
This commit is contained in:
parent
2151457d9e
commit
7305b6da88
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
$|++;
|
||||
|
|
Loading…
Reference in a new issue