From d98f84824784496b38f8b22d24423ba4243e8847 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Sat, 10 Aug 2024 19:07:30 +0200 Subject: fix debug compiler build message not ending output with a newline --- build_odin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_odin.sh') diff --git a/build_odin.sh b/build_odin.sh index dbf9a9d06..599f6190a 100755 --- a/build_odin.sh +++ b/build_odin.sh @@ -154,7 +154,7 @@ if [ $# -eq 0 ]; then run_demo : ${PROGRAM:=$0} - printf "\nDebug compiler built. Note: run \"$PROGRAM release\" or \"$PROGRAM release-native\" if you want a faster, release mode compiler." + printf "\nDebug compiler built. Note: run \"$PROGRAM release\" or \"$PROGRAM release-native\" if you want a faster, release mode compiler.\n" elif [ $# -eq 1 ]; then case $1 in report) -- cgit v1.2.3