[Bug 166203] Review Request: perl-Maypole : MVC web application framework

bugzilla at redhat.com bugzilla at redhat.com
Sat Oct 8 01:14:59 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: perl-Maypole : MVC web application framework


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166203





------- Additional Comments From jpo at di.uminho.pt  2005-10-07 21:14 EST -------
(In reply to comment #6)
> cat > filter_depends.sh <<EOF
> #!/bin/sh
> /usr/lib/rpm/find-requires.perl $* | grep -v 'perl(mod_perl)'
> EOF

There is a problem in the above script: the $* gets expanded before being
written to the file (empty string in this case).

Possible solutions:
1) remove the special meaning of the '$' char by using a backslash (\$*)
2) quote the here document limit string (eg: single quotes -> 'EOF')
   For additional information see example 17.6 of 
   http://www.faqs.org/docs/abs/HTML/here-docs.html


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list