set -e in fb_compile_mongo.sh

Summary: Based on @anthony's feedback, we want to fail early if our static linking fails.

Test Plan: none

Reviewers: anthony

Reviewed By: anthony

Subscribers: dhruba, anthony, leveldb

Differential Revision: https://reviews.facebook.net/D40839
main
Igor Canadi 10 years ago
parent 0a019d74a0
commit 09f5a4b486
  1. 3
      build_tools/fb_compile_mongo.sh

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# fail early
set -e
if test -z $ROCKSDB_PATH; then if test -z $ROCKSDB_PATH; then
ROCKSDB_PATH=~/rocksdb ROCKSDB_PATH=~/rocksdb
fi fi

Loading…
Cancel
Save