From 42b28cf70aa67cc3bab02a6b67e0302b0e2c4f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 7 Oct 2020 13:04:49 +0200 Subject: [PATCH] Fix braces broken again. --- live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot index c3e1d859..1363d677 100644 --- a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot +++ b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot @@ -3,7 +3,7 @@ . /root/config/chroot # Specific ubuntu-image chroot configuration goes here. -if [ "$IMAGEFORMAT" == "none"]; then +if [ "$IMAGEFORMAT" == "none" ]; then if [ "$SUBPROJECT" == "desktop-preinstalled" ]; then # Create files/dirs Ubiquity requires mkdir -p /var/log/installer