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@… |
---|
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
#!${prefix}/bin/python2.5
would probably be the best one...