On Mon, May 26, 2014 at 1:35 PM, <j...@apache.org> wrote:
>...

> Modified: steve/trunk/cmdline/votegroup.pl
> URL:
> http://svn.apache.org/viewvc/steve/trunk/cmdline/votegroup.pl?rev=1597624&r1=1597623&r2=1597624&view=diff
>
> ==============================================================================
> --- steve/trunk/cmdline/votegroup.pl (original)
> +++ steve/trunk/cmdline/votegroup.pl Mon May 26 18:35:16 2014
> @@ -25,6 +25,10 @@
>  #
>  # Originally created by Roy Fielding
>  #
> +BEGIN {
> +    unshift @INC, "/home/voter/bin";
> +}
> +
>  require "getopts.pl";
>  use steve;
>
> @@ -170,4 +174,4 @@ $pf =~ s/^$homedir\///o;
>  print &hash_file($votersfile), ': ', $pf, "\n";
>
>  exit(0);
> -
> +z
>

hm? I assume that 'z' is stray?

Reply via email to