From 0d77f8cb7b8feeb10ea00f2ec64ed300fde260fe Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 21 Aug 2013 20:12:27 +0000 Subject: Add missing ']'. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188927 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/platform/clang_darwin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/platform') diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk index f279694a..a49d51c6 100644 --- a/make/platform/clang_darwin.mk +++ b/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) ### -- cgit v1.2.3