Browse Source

echo -> printf for build_odin.sh message

Jeroen van Rijn 1 year ago
parent
commit
bc6deab175
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_odin.sh

+ 1 - 1
build_odin.sh

@@ -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)