[MacPorts] #60645: app PortGroup

MacPorts noreply at macports.org
Sat Jun 13 17:29:52 UTC 2020


#60645: app PortGroup
--------------------+--------------------
 Reporter:  kencu   |      Owner:  (none)
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:
 Keywords:          |       Port:
--------------------+--------------------
 The app PortGroup currently generates a launch script like this:
 {{{
 #!/bin/bash
 export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
 exec /opt/local/bin/gedit
 }}}
 but now that Catalina doesn't use {{{bash}}} we may have to change that to
 {{{
 #!/bin/sh
 export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
 exec /opt/local/bin/gedit
 }}}
 or perhaps there is a better method.

-- 
Ticket URL: <https://trac.macports.org/ticket/60645>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list