[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8540 - trunk/tools/hook-scripts

From: Ben Reser <ben_at_reser.org>
Date: 2004-02-07 08:34:26 CET

On Thu, Jan 29, 2004 at 04:00:50PM -0600, blair@tigris.org wrote:
> Author: blair
> Date: Thu Jan 29 16:00:49 2004
> New Revision: 8540
>
> Modified:
> trunk/tools/hook-scripts/commit-access-control.pl.in
> trunk/tools/hook-scripts/commit-email.pl.in
> Log:
> Fix the shebang line in Perl scripts that prevent them from running.
>
> * tools/hook-scripts/commit-access-control.pl.in,
> * tools/hook-scripts/commit-email.pl.in:
> The shebang line using /usr/bin/env perl -w won't work because env
> looks for the binary named 'perl -w'. Instead, set $^W in a BEGIN
> block.

Should be use warnings here too...

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 7 08:34:41 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.