瀏覽代碼

fix debug compiler build message not ending output with a newline

Laytan Laats 1 年之前
父節點
當前提交
d98f848247
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)