aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Davidson <colrdavidson@gmail.com>2022-03-09 06:08:48 -0800
committerColin Davidson <colrdavidson@gmail.com>2022-03-09 06:08:48 -0800
commit005d52cab7db883269e325ca8c0bb9e56a6e542e (patch)
tree665268f9c552960ff1aaacb070e37ac24081d9e4
parentd1477bcfa74fbc04813ceff4e603c1c982fd4d33 (diff)
more spacing issues
-rwxr-xr-xbuild_odin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_odin.sh b/build_odin.sh
index e836cb0ac..634e4aa7f 100755
--- a/build_odin.sh
+++ b/build_odin.sh
@@ -26,7 +26,7 @@ config_darwin() {
LLVM_VERSIONS="13.%.%" "12.0.1" "11.1.0"
fi
- if [ $($LLVM_CONFIG --version | grep -E $(LLVM_VERSION_PATTERN)) == 0 ]; then
+ if [ $($LLVM_CONFIG --version | grep -E $(LLVM_VERSION_PATTERN)) == 0 ]; then
if [ ARCH == arm64 ]; then
panic "Requirement: llvm-config must be base version 13 for arm64"
else