diff options
author | Jonathan Brownell <brownell@hp.com> | 2014-07-25 14:07:52 -0700 |
---|---|---|
committer | Jonathan Brownell <brownell@hp.com> | 2014-08-04 13:56:01 -0700 |
commit | 3e30e6ab8ae59ad7145b1ff429b89d46a09430b2 (patch) | |
tree | 4ed208ae483b9255fd9323467fa4a830aa6d4cb6 /undercloud-vm-nova-config.yaml | |
parent | beca15dec5265783047d5df210b270ed3d77dd4b (diff) |
Fix bash env var conditionals in merge.py call to be consistent
Bash syntax ${ENV:-'0'} and ${ENV='0'} vary only in their behavior
when $ENV is set to an empty string (in which case the former
expression results in '0' while the latter results in ''.)
There is no reason the Makefile should be using the latter
expression, and rather confusing when the two different forms
are used side-by-side on the same line.
Change-Id: I66bb5ea7437c3f2aa9bc4e1afc9b522c450ff976
Diffstat (limited to 'undercloud-vm-nova-config.yaml')
0 files changed, 0 insertions, 0 deletions