aboutsummaryrefslogtreecommitdiff
path: root/build_odin.sh
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-08-09 09:46:45 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-08-09 09:46:45 +0200
commitbc6deab1759fa10177c7b2a09d2530ffa88d8cc8 (patch)
tree88975373c65ce939d38a509ddd8034bb608a6e81 /build_odin.sh
parentb5a612202f318d2babd4c051950538aedfaa9c17 (diff)
echo -> printf for build_odin.sh message
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 8e35d7291..dbf9a9d06 100755
--- a/build_odin.sh
+++ b/build_odin.sh
@@ -154,7 +154,7 @@ if [ $# -eq 0 ]; then
run_demo
: ${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
case $1 in
report)