Fixed quoting of subproject variable

This commit is contained in:
Jean-Baptiste Lallement 2019-01-24 16:27:38 +01:00
parent 52d9bd3ead
commit 3db920c40c

View File

@ -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
;;