(folly osx) test for the zip, not the dir
authorHans Fugal <fugalh@fb.com>
Mon, 16 Mar 2015 18:02:03 +0000 (11:02 -0700)
committerAndre Azevedo <aap@fb.com>
Wed, 18 Mar 2015 03:18:46 +0000 (20:18 -0700)
commita1119563e2ab8d6cde6e6aca480c1a38cfa11707
tree088d30cf21278967cf7f324d52848a7c940a220c
parentae823da9fa80e7bb0db65b758073997707629895
(folly osx) test for the zip, not the dir

Summary: Apparently `configure` creates this subdirectory and then the curl and unzip commands don't run, and then `make check` fails. Instead, do it if the zip file doesn't exist.

Test Plan:
git clone https://github.com/facebook/folly.git
cd folly/folly
/path/to/this/bootstrap-osx-homebrew.sh
make
make check

Reviewed By: andrei.alexandrescu@fb.com

Subscribers: exa, folly-diffs@, yfeldblum, davejwatson

FB internal diff: D1882472

Signature: t1:1882472:1425920470:bdab25967d3b8e52c690d5627168077c65829b92
folly/bootstrap-osx-homebrew.sh