Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=517743 --- Comment #21 from Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> 2010-01-14 11:02:42 EST --- If you use: sed -i -e '/^#!\//, 1d' pype.py sed -i -e '1d;2i#!/usr/bin/python' pype.py instead of: sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python|g' pype.py It works. So there is a dos newline at the end, which is not replaced with the sed command... --> With dos2unix pype.py, it *SHOULD* work. But it doesn't, whyever!! You could use the first 2 sed commands as a fix for now, but where is this problem coming from....? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review