Add missing ']'.

llvm-svn: 188927
This commit is contained in:
Bill Wendling 2013-08-21 20:12:27 +00:00
parent 745101d666
commit 4f20f51090
1 changed files with 1 additions and 1 deletions

View File

@ -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)
###