FS#39069 - [python-markdown] dos line ending in markdown_py script

Attached to Project: Community Packages
Opened by Carsten Teibes (carstene1ns) - Thursday, 27 February 2014, 21:11 GMT
Last edited by Kyle Keen (keenerd) - Thursday, 27 February 2014, 21:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Seems like the upstream source package has dos line endings, this breaks when using env to find the python interpreter.
For the python2 version this is fixed in the PKGBUILD, the python3 version needs a similiar treatment.

See the 0x0d here:

[carsten@mars ~]$ hexdump -C /usr/bin/markdown_py | head -n2
00000000 23 21 2f 75 73 72 2f 62 69 6e 2f 65 6e 76 20 70 |#!/usr/bin/env p|
00000010 79 74 68 6f 6e 0d 0a 22 22 22 0d 0a 50 79 74 68 |ython.."""..Pyth|
This task depends upon

Closed by  Kyle Keen (keenerd)
Thursday, 27 February 2014, 21:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.4-2

Loading...