mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-04 06:31:45 +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-server|ubuntu-touch|ubuntu-touch-custom)
|
||||||
;;
|
;;
|
||||||
ubuntu)
|
ubuntu)
|
||||||
if [ $SUBPROJECT != "canary" ]; then
|
if [ "$SUBPROJECT" != "canary" ]; then
|
||||||
add_package live lupin-casper
|
add_package live lupin-casper
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user