fix install-buck macro

fixed conditional error due to a missing space.

Change-Id: I1a0d134d223b197ad8a869440e8472646d958166
This commit is contained in:
Khai Do 2014-02-20 19:22:13 -08:00
parent 8f74df188f
commit 522f4a2ded
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
name: install-buck
builders:
- shell: |
if [[ ! -d "buck"]]
if [[ ! -d "buck" ]]
then
git clone https://gerrit.googlesource.com/buck
cd buck