Commit the correct fix for Jenkin failure

Summary:

My last commit is not the correct one. Fix it in this diff.

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
This commit is contained in:
Kai Liu 2013-08-15 14:57:44 -07:00
parent 159c19ac7b
commit f3dea8c13c

View File

@ -31,9 +31,9 @@ fi
# Default to fbcode gcc on internal fb machines # Default to fbcode gcc on internal fb machines
if [ -d /mnt/gvfs/third-party -a -z "$CXX" ]; then if [ -d /mnt/gvfs/third-party -a -z "$CXX" ]; then
if [ -z "$USE_CLANG" ]; then if [ -z "$USE_CLANG" ]; then
./source fbcode.gcc471.sh source ./fbcode.gcc471.sh
else else
./source fbcode.clang31.sh source ./fbcode.clang31.sh
fi fi
fi fi