From 6cd2343beac7c206df021aa9d47c415ef2fb1384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 16 Sep 2019 14:55:32 +0200 Subject: [PATCH] Fix the styling to fit the rest a bit better. --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index eccf4676..86fbcf7d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -974,7 +974,7 @@ fi echo "LB_CHROOT_HOOKS=\"$CHROOT_HOOKS\"" >> config/chroot echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/chroot echo "LB_DISTRIBUTION=\"$SUITE\"" >> config/chroot -echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/chroot +echo "IMAGEFORMAT=\"$IMAGEFORMAT\"" >> config/chroot if [ -n "$PASSES" ]; then echo "PASSES=\"$PASSES\"" >> config/common fi