Changes between Initial Version and Version 1 of Ticket #27279


Ignore:
Timestamp:
Nov 12, 2010, 2:21:06 AM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27279

    • Property Keywords binpath removed
  • Ticket #27279 – Description

    initial v1  
    11I tried to manipulate the PATH environment variable using this code:
    22
     3{{{
    34test.env            PATH=${worksrcpath}:${binpath}
     5}}}
    46
    57But when I try to run my test I get this output:
    68
     9{{{
    710notbrad$ sudo port -vvv test safekeep
    811Error: Unable to open port: can't read "binpath": no such variable
     12}}}
    913
    1014The guide indicates that binpath should be a read only variable in section "5.2. Global Variables"