Merge branch 'master' of github.com:facebook/rocksdb

main
krad 9 years ago
commit 91cb82f34e
  1. 3
      build_tools/fb_compile_mongo.sh

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

Loading…
Cancel
Save