Skip to content
Snippets Groups Projects
Commit e646bc49 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

ughfix.

parent 894badc5
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ use warnings;
use Getopt::Std;
my %opts;
if (!getopts('ab')) {
if (!getopts('ab', \%opts)) {
die "Options are -a and -b. See head of script.\n";
}
if (!$opts{'a'} && !$opts{'b'}) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment