mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 00:41:14 +00:00
Fixed quoting of subproject variable
This commit is contained in:
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…
x
Reference in New Issue
Block a user