burrow-pi-img/stage2/EXPORT_IMAGE
Daniel F. Dickinson 9efaea5036 Enable syntax highlighting/linting for scriptlets
Various editors depend on the shebang line to determine what language
to use for syntax highlighting and/or linting.  Therefore add one.  It
is ignored when sourcing and the scriplets are not executable so the
shebang will never be used.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2020-01-16 10:44:46 -05:00

7 lines
108 B
Bash

#!/bin/bash
IMG_SUFFIX="-lite"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi