diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-08-10 19:07:30 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-08-10 19:07:30 +0200 |
| commit | d98f84824784496b38f8b22d24423ba4243e8847 (patch) | |
| tree | c9cd21a9d0b040b99865f4143fc12c363180cd92 /build_odin.sh | |
| parent | 1242b6e82f73fa174fde6bbd1c80f3ec557b4d78 (diff) | |
fix debug compiler build message not ending output with a newline
Diffstat (limited to 'build_odin.sh')
| -rwxr-xr-x | build_odin.sh | 2 |
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) |