Fixes travis_doxygen.sh

This commit is contained in:
Milo Yip 2014-07-08 01:34:27 +08:00
parent 4720d4a2dd
commit bfba0d5ac9

View File

@ -1,6 +1,7 @@
#!/bin/sh
if [ "${config}" == "release64" ] && [ "$CC" == "clang" ]; then
if [ "${config}" = "release64" ] && [ "$CC" = "clang" ]
then
cd /tmp
git clone https://github.com/doxygen/doxygen.git
cd doxygen