[TxMt] Re: '=' in .tm_properties
Allan Odgaard
mailinglist at textmate.org
Mon Apr 14 01:47:38 UTC 2014
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.
More information about the textmate
mailing list