Opened 16 years ago

Closed 14 years ago

#16653 closed defect (duplicate)

incorrect sh-bang in meld

Reported by: macports@… Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: meld

Description

The #! at the top of the meld python program invokes

/usr/bin/env python2.5

which picks up the python.org python or system python.

I think it should have an explicit sh-bang - like other macports python apps such as bzr: #!/opt/local/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python

Change History (3)

comment:1 Changed 16 years ago by blb@…

Owner: changed from macports-tickets@… to landonf@…

#!${prefix}/bin/python2.5 would probably be the best one...

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.