From d9f7f2ec3838f89e85c8931b6b184d8be5d7139d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= <lukasz.zemczak@canonical.com> Date: Fri, 29 Oct 2021 17:13:15 +0200 Subject: [PATCH] Whitespace fix --- 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 9c67e55c..ccb764b5 100644 --- a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot +++ b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot @@ -107,7 +107,7 @@ PSUEDO_GRUB_PROBE # Somehow grub doesn't copy unicode.pf2 to the right fonts # directory. - if [ ! -e "/boot/grub/fonts/unicode.pf2" ]; then + if [ ! -e "/boot/grub/fonts/unicode.pf2" ]; then mkdir -p /boot/grub/fonts ln /boot/grub/unicode.pf2 /boot/grub/fonts/unicode.pf2 fi