mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 04:20:28 +00:00
echo -> printf for build_odin.sh message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user