Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310235 - python.eclass: python_convert_shebangs in recursive mode doesn't support filenames with spaces
Summary: python.eclass: python_convert_shebangs in recursive mode doesn't support file...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 14:50 UTC by Dror Levin (RETIRED)
Modified: 2010-03-20 18:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix handling of filenames with spaces (convert_shebangs-support-spaces.patch,732 bytes, patch)
2010-03-19 14:50 UTC, Dror Levin (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dror Levin (RETIRED) gentoo-dev 2010-03-19 14:50:01 UTC
In recursive mode, python_convert_shebangs spews errors because of files with spaces in their names. The attached patch fixes that by changing IFS.
Comment 1 Dror Levin (RETIRED) gentoo-dev 2010-03-19 14:50:53 UTC
Created attachment 224247 [details, diff]
patch to fix handling of filenames with spaces
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-03-20 18:09:26 UTC
Fixed.