On Wed, Nov 02, 2016 at 12:46:47AM +1100, Jonathan Liu wrote:
> The += operator should not be used in combination with overrides as it
> will clear any existing values in the variable.
>
> Example:
> FOO = "bar"
> FOO_rpi += "baz"
>
> The above example would result in FOO being equal to " baz" inst
> On Nov 2, 2016, at 1:28 AM, Paul Barker wrote:
>
> On Wed, 2 Nov 2016 00:46:47 +1100
> Jonathan Liu wrote:
>
>> The += operator should not be used in combination with overrides as it
>> will clear any existing values in the variable.
>>
>> Example:
>> FOO = "bar"
>> FOO_rpi += "baz"
>>
>>
On Wed, 2 Nov 2016 00:46:47 +1100
Jonathan Liu wrote:
> The += operator should not be used in combination with overrides as it
> will clear any existing values in the variable.
>
> Example:
> FOO = "bar"
> FOO_rpi += "baz"
>
> The above example would result in FOO being equal to " baz" instead
The += operator should not be used in combination with overrides as it
will clear any existing values in the variable.
Example:
FOO = "bar"
FOO_rpi += "baz"
The above example would result in FOO being equal to " baz" instead of
"bar baz".
The bbappend is changed to use a wildcard instead of a sp