mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
fix debug compiler build message not ending output with a newline
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ if [ $# -eq 0 ]; then
|
|||||||
run_demo
|
run_demo
|
||||||
|
|
||||||
: ${PROGRAM:=$0}
|
: ${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
|
elif [ $# -eq 1 ]; then
|
||||||
case $1 in
|
case $1 in
|
||||||
report)
|
report)
|
||||||
|
|||||||
Reference in New Issue
Block a user