From 0850d66b3e1fc6c33563ec09b5618e220755542a Mon Sep 17 00:00:00 2001 From: Nagy Tibor Date: Thu, 29 Sep 2022 12:50:01 +0200 Subject: [PATCH] bootstrap.sh: Fix malformed unsupported platform message --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index f2b280e..ae40876 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -613,7 +613,7 @@ else freebsd "$emulator" # Unsupported platform else - printf "\e[31;1mFatal error: \e[0;31mUnsupported platform, please open an issue\[0m" + printf "\e[31;1mFatal error: \e[0;31mUnsupported platform, please open an issue\e[0m\n" fi fi