commit: 343843dfddd2538bea213a87aa96c1daa8ec32da
parent b6fe5bc499c230a18b7b623aee9aba973e509a1c
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Wed, 12 Apr 2023 23:25:08 +0100
Fix whitespace.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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