Browse Source

fix debug compiler build message not ending output with a newline

Laytan Laats 1 year ago
parent
commit
d98f848247
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_odin.sh

+ 1 - 1
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)