Bug 111498 - subversion hook scripts have a bad shebang line
Summary: subversion hook scripts have a bad shebang line
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: subversion
Version: 1
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-04 17:13 UTC by Scott Gose
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 0.35.1-1
Clone Of:
Environment:
Last Closed: 2004-02-11 09:53:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Scott Gose 2003-12-04 17:13:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114 Epiphany/1.0.4

Description of problem:
The following hook scripts have a bad shebang line:

/usr/share/doc/subversion-0.32.1/tools/hook-scripts/commit-access-control.pl
/usr/share/doc/subversion-0.32.1/tools/hook-scripts/propchange-email.pl
/usr/share/doc/subversion-0.32.1/tools/hook-scripts/commit-email.pl

Their shebang line is:

#!/usr/bin/env perl -w

I believe it needs to be:

#!/usr/bin/env perl

Because when I run them as is, I get:

/usr/bin/env: perl -w: No such file or directory


Version-Release number of selected component (if applicable):
subversion-0.32.1-1

How reproducible:
Always

Steps to Reproduce:
1. /usr/share/doc/subversion-0.32.1/tools/hook-scripts/commit-email.pl
2.
3.
    

Actual Results:  /usr/bin/env: perl -w: No such file or directory

Additional info:

Comment 1 Joe Orton 2004-02-11 09:53:07 UTC
This has been fixed in Raw Hide for a while, thanks for the report.



Note You need to log in before you can comment on or make changes to this bug.