Sorry, that was just a dummy name I picked, the actual variable was upper-case. Quick test
XXX_TEST = '--pref build.path=/Users/me/tmp'
fails (no show in
XXX_TEST = '--pref build.path:/Users/me/tmp'
works (note the colon instead of the equal sign).
Gerd
On Apr 13, 2014, at 8:47 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 14 Apr 2014, at 8:28, Gerd Knops wrote:
Properties that contain equal signs appear to break, example:
xxxExtraOpts = '--pref build.path=/Users/me/tmp'
doesn't work, there will be no xxxExtraOpts.
There will be no exported environment variable for that setting because it starts with a lowercase letter.
Using a leading uppercase letter does properly export the variable.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate