#27119: ARBHOME environment variable incorrectly set ------------------------------+--------------------------------------------- Reporter: gawbul@… | Owner: matt.cottrell@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: arb ------------------------------+--------------------------------------------- Description changed by ryandesign@…: Old description:
When using MacPorts to "install arb" the incorrect details are placed into the ~/.profile file.
The details should be:
ARBHOME=/opt/local/share/arb;export ARBHOME PATH=/opt/local/share/arb/bin:$PATH export PATH
however, the following information is added instead:
ARHOME=/opt/local/share/arb;export ARBHOME PATH=/opt/local/share/arb/bin:$PATH export PATH
note the spelling mistake of ARHOME!
New description: When using MacPorts to "install arb" the incorrect details are placed into the ~/.profile file. The details should be: {{{ ARBHOME=/opt/local/share/arb;export ARBHOME PATH=/opt/local/share/arb/bin:$PATH export PATH }}} however, the following information is added instead: {{{ ARHOME=/opt/local/share/arb;export ARBHOME PATH=/opt/local/share/arb/bin:$PATH export PATH }}} note the spelling mistake of ARHOME! -- -- Ticket URL: <https://trac.macports.org/ticket/27119#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS