aboutsummaryrefslogtreecommitdiff
path: root/build_odin.sh
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-08-10 19:07:30 +0200
committerLaytan Laats <laytanlaats@hotmail.com>2024-08-10 19:07:30 +0200
commitd98f84824784496b38f8b22d24423ba4243e8847 (patch)
treec9cd21a9d0b040b99865f4143fc12c363180cd92 /build_odin.sh
parent1242b6e82f73fa174fde6bbd1c80f3ec557b4d78 (diff)
fix debug compiler build message not ending output with a newline
Diffstat (limited to 'build_odin.sh')
-rwxr-xr-xbuild_odin.sh2
1 files changed, 1 insertions, 1 deletions
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)