Odin
Odin copied to clipboard
Improve build_odin.sh
- Fix a bug in
config_darwinwhere a llvm-config version less than 13 would be accepted because a parameter expansion was forgotten. - Port the script to POSIX sh (replace
[[ ]]with[ ], remove set -eu) - Quote Every Fucking Substitution consistently (except when necessary for proper fucntionality).
- Style changes: Braces around variable names. Single quotes when no substitution is required.
- Also removed unnecessary array use
First is not a bug. We do support versions 11, 12, and 13.