Skip to content
Snippets Groups Projects
Commit 06b6aa0a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Update checkopts.pl paths

parent eece3fa2
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ while (my $line = <$c_fh>) { ...@@ -19,7 +19,7 @@ while (my $line = <$c_fh>) {
} }
close($c_fh); close($c_fh);
open(my $man_fh, '<', 'feh.1') or die("Can't read feh.1: $!"); open(my $man_fh, '<', 'man/feh.1') or die("Can't read feh.1: $!");
while (my $line = <$man_fh>) { while (my $line = <$man_fh>) {
if ($line =~ /^\.B (?:-(?<short>.), )?--(?<long>[\w-]+)/) { if ($line =~ /^\.B (?:-(?<short>.), )?--(?<long>[\w-]+)/) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment