From 06b6aa0adcf59083ea59aaea7738000d93713f40 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Mar 2010 23:05:17 +0100 Subject: Update checkopts.pl paths --- scripts/checkopts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/checkopts.pl b/scripts/checkopts.pl index fb88c0f..a2fe2b5 100755 --- a/scripts/checkopts.pl +++ b/scripts/checkopts.pl @@ -19,7 +19,7 @@ while (my $line = <$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>) { if ($line =~ /^\.B (?:-(?.), )?--(?[\w-]+)/) { -- cgit v1.2.3