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:
This has been fixed in Raw Hide for a while, thanks for the report.