Re: svn commit: r8539 - trunk/tools/hook-scripts
"C. Michael Pilato" <[email protected]> 29 Jan 2004 15:34:38 -0600
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > Author: blair > Date: Thu Jan 29 15:01:52 2004 > New Revision: 8539 > > Modified: > trunk/tools/hook-scripts/propchange-email.pl.in > Log: > Fix the shebang line in propchange-email.pl.in that prevents it from running. > > * tools/hook-scripts/propchange-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. Ooh! commit-email.pl.in, too, please.