echo -> printf for build_odin.sh message

This commit is contained in:
Jeroen van Rijn
2024-08-09 09:46:45 +02:00
parent b5a612202f
commit bc6deab175
+1 -1
View File
@@ -154,7 +154,7 @@ if [ $# -eq 0 ]; then
run_demo run_demo
: ${PROGRAM:=$0} : ${PROGRAM:=$0}
echo "\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."
elif [ $# -eq 1 ]; then elif [ $# -eq 1 ]; then
case $1 in case $1 in
report) report)