From 4f20f5109013ebcde1c3f36c8086d709582f0773 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 21 Aug 2013 20:12:27 +0000 Subject: [PATCH] Add missing ']'. llvm-svn: 188927 --- compiler-rt/make/platform/clang_darwin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index f279694..a49d51c 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/make/platform/clang_darwin.mk @@ -28,7 +28,7 @@ CheckArches = \ XCRun = \ $(shell \ result=`xcrun -find $(1) 2> /dev/null`; \ - if [ "$$?" != "0"; then result=$(1); fi; \ + if [ "$$?" != "0" ]; then result=$(1); fi; \ echo $$result) ### -- 2.7.4