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

This commit is contained in:
krad 2015-06-29 11:47:24 -07:00
commit 91cb82f34e

View File

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