From b573ef1f7bb11c34570c5449f44f00edc94750ef Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 10 Jul 2009 16:02:24 +0200 Subject: efa: Fixed a really stupid mistake --- bin/efa | 2 +- test/main | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/efa b/bin/efa index 88f72dd..b4aa2d3 100755 --- a/bin/efa +++ b/bin/efa @@ -25,7 +25,7 @@ my ($time, $time_depart, $time_arrive); my $date; my @exclude; my $maxinter; -my $restrict; +my $include; my $prefer; my $proximity; my $walk_speed; diff --git a/test/main b/test/main index 428e25c..b26daf9 100755 --- a/test/main +++ b/test/main @@ -1,3 +1,5 @@ #!/bin/sh -e podchecker -warnings -warnings bin/* +# make sure there are no syntax errors... +efa --version -- cgit v1.2.3