Fix overlooked syntax error in live-build/auto/config.

use-lxd-installer
Steve Langasek 1 year ago
parent a566a8173a
commit 650815889f

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (24.04.16) UNRELEASED; urgency=medium
* Fix overlooked syntax error in live-build/auto/config.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jan 2024 23:38:32 -0800
livecd-rootfs (24.04.15) noble; urgency=medium livecd-rootfs (24.04.15) noble; urgency=medium
* live-build/ubuntu/hooks/020-ubuntu-live.chroot_early: apply to any * live-build/ubuntu/hooks/020-ubuntu-live.chroot_early: apply to any

@ -113,7 +113,7 @@ _register_pass () {
# is not invalid to have multiple layers with .live in the name but # is not invalid to have multiple layers with .live in the name but
# we should not let this happen accidentally. # we should not let this happen accidentally.
case "$PASSES $1" in case "$PASSES $1" in
*.live *.live) *.live\ *.live)
echo "ERROR: only one 'live' layer allowed" echo "ERROR: only one 'live' layer allowed"
exit 1 exit 1
;; ;;

Loading…
Cancel
Save