www: Fix clang path in polly.sh script

llvm-svn: 148306
This commit is contained in:
Tobias Grosser 2012-01-17 14:37:45 +00:00
parent 67d508d083
commit af9977dc10
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if ! test -d ${POLLY_SRC}; then
git clone http://llvm.org/git/polly.git ${POLLY_SRC}
fi
if ! test -d ${POLLY_SRC}; then
if ! test -d ${CLANG_SRC}; then
git clone http://llvm.org/git/clang.git ${CLANG_SRC}
fi