#12885 closed defect (fixed)
parse_environment chokes on empty variables
Reported by: | afb@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.6 |
Component: | base | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
Setting any *.env variable to the empty string () makes port silently lose all following variables...
Example from the qt3-mac port:
build.env QMAKESPEC='' QTDIR='' DYLD_LIBRARY_PATH="${worksrcpath}/lib"
This results in the following:
DEBUG: Environment:
That is: zero variables, instead of three (whereof two being the empty string).
Attachments (1)
Change History (6)
Changed 17 years ago by afb@…
Attachment: | macports-parse_environment.patch added |
---|
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | → MacPorts base bugs |
---|
comment:4 Changed 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
Milestone MacPorts base bugs deleted
comment:5 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
macports-parse_environment.patch