mirror of
https://github.com/UzixLS/pacemuzx.git
synced 2025-07-19 07:11:20 +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;
|
use Getopt::Std;
|
||||||
|
|
||||||
# Allow -v option for verbose output
|
# Allow -v option for verbose output
|
||||||
getopt('v');
|
getopts('v');
|
||||||
|
|
||||||
# Strip path from input filename, and check
|
# Strip path from input filename, and check
|
||||||
$0 =~ s/.*\///;
|
$0 =~ s/.*\///;
|
||||||
|
Reference in New Issue
Block a user