From 343843dfddd2538bea213a87aa96c1daa8ec32da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 12 Apr 2023 23:25:08 +0100 Subject: [PATCH] Fix whitespace. --- sysa/run2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysa/run2.sh b/sysa/run2.sh index 3ee30e2..7c46c01 100755 --- a/sysa/run2.sh +++ b/sysa/run2.sh @@ -95,8 +95,8 @@ if [ "${CHROOT}" = False ]; then create_sysb if [ "${KERNEL_BOOTSTRAP}" = True ]; then - echo "Kernel bootstrapping successful." - echo "NOTE: Transition to Linux and building remaining packages is under development." + echo "Kernel bootstrapping successful." + echo "NOTE: Transition to Linux and building remaining packages is under development." else go_sysb fi