mirror of
https://github.com/UzixLS/pacemuzx.git
synced 2025-07-18 23:01:36 +03:00
Fixed command-line argument
Changed getopt to getops to fix -v option for verbose output.
This commit is contained in:
@ -10,7 +10,7 @@ use Compress::Zlib;
|
||||
use Getopt::Std;
|
||||
|
||||
# Allow -v option for verbose output
|
||||
getopt('v');
|
||||
getopts('v');
|
||||
|
||||
# Strip path from input filename, and check
|
||||
$0 =~ s/.*\///;
|
||||
|
Reference in New Issue
Block a user