diskimage-builder/elements/vm/finalise.d
Ben Nemec 16f1de6115 Quote to handle empty DIB_RELEASE
We don't export DIB_RELEASE in the base distro scripts, so many
times it will be an unset variable in 51-bootloader from the vm
element.  Currently that script doesn't handle the situation
properly and we get errors like:

line 160: [: =: unary operator expected

This change quotes the references to DIB_RELEASE so that won't
happen anymore.

Change-Id: Ic8f91804334f8862c217f465be80e96d3116f5c8
2015-02-18 20:16:50 +00:00
..
50-remove-bogus-udev-links set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
51-bootloader Quote to handle empty DIB_RELEASE 2015-02-18 20:16:50 +00:00