Merge branch 'master' of github.com:facebook/rocksdb
This commit is contained in:
commit
91cb82f34e
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# fail early
|
||||
set -e
|
||||
|
||||
if test -z $ROCKSDB_PATH; then
|
||||
ROCKSDB_PATH=~/rocksdb
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user