Fixed quoting of subproject variable

sil2100/core18-pi3-arm64
Jean-Baptiste Lallement 6 years ago
parent 52d9bd3ead
commit 3db920c40c

@ -405,7 +405,7 @@ case $IMAGEFORMAT in
ubuntu-server|ubuntu-touch|ubuntu-touch-custom)
;;
ubuntu)
if [ $SUBPROJECT != "canary" ]; then
if [ "$SUBPROJECT" != "canary" ]; then
add_package live lupin-casper
fi
;;

Loading…
Cancel
Save