[TxMt] Re: '=' in .tm_properties

Gerd Knops gerti-textmate at bitart.com
Mon Apr 14 03:26:52 UTC 2014


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 at 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 at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate



More information about the textmate mailing list