Merge remote-tracking branch 'github/pr/34'
authorPhil Pennock <pdp@exim.org>
Sat, 17 Oct 2015 20:02:41 +0000 (16:02 -0400)
committerPhil Pennock <pdp@exim.org>
Sat, 17 Oct 2015 20:02:41 +0000 (16:02 -0400)
GitHub user @puleglot "Alexander Tsoy" reported build failures for
RADIUS:
> Was broken by commits 93a6fce and 55414b2

These are the recent const-ification work.  Changes LGTM.

src/src/exiqgrep.src

index afecbffeec250e8183f2eaed80cecf0957fa1fa5..2c52f137fc9a3d3f60b0928df5d683fdd68705ed 100644 (file)
@@ -44,6 +44,7 @@ if ($^O eq 'darwin') { # aka MacOS X
 };
 
 getopts('hf:r:y:o:s:C:zxlibRca',\%opt);
+if ($ARGV[0]) { &help; exit;}
 if ($opt{h}) { &help; exit;}
 if ($opt{a}) { $eargs = '-bp'; }
 if ($opt{C} && -e $opt{C} && -f $opt{C} && -R $opt{C}) { $eargs .= ' -C '.$opt{C}; }