python-wrapper: fix wrapped argv[0] w/o sed, maybe
This commit is contained in:
committed by
Michael Raskin
parent
f87c516a91
commit
a6dd9bd0cb
@@ -26,12 +26,6 @@ wrapPythonProgramsIn() {
|
||||
# dont wrap EGG-INFO scripts since they are called from python
|
||||
if echo "$i" | grep -v EGG-INFO/scripts; then
|
||||
echo "wrapping \`$i'..."
|
||||
sed -i "$i" -re '1 {
|
||||
/^#!/!b; :r
|
||||
/\\$/{N;b r}
|
||||
/__future__|^ *(#.*)?$/{n;b r}
|
||||
/^ *[^# ]/i import sys; sys.argv[0] = '"'$(basename "$i")'"'
|
||||
}'
|
||||
wrapProgram "$i" \
|
||||
--prefix PYTHONPATH ":" $program_PYTHONPATH \
|
||||
--prefix PATH ":" $program_PATH
|
||||
|
||||
Reference in New Issue
Block a user