mirror of https://github.com/ledisdb/ledisdb.git
commit
c8f66ea25d
2
dev.sh
2
dev.sh
|
@ -5,7 +5,7 @@ export LEDISROOT="${LEDISROOT:-${LEDISTOP/\/src\/github.com\/siddontang\/ledisdb
|
|||
# LEDISTOP sanity check
|
||||
if [[ "$LEDISTOP" == "${LEDISTOP/\/src\/github.com\/siddontang\/ledisdb/}" ]]; then
|
||||
echo "WARNING: LEDISTOP($LEDISTOP) does not contain src/github.com/siddontang/ledisdb"
|
||||
exit 1
|
||||
false
|
||||
fi
|
||||
|
||||
#default snappy and leveldb install path
|
||||
|
|
Loading…
Reference in New Issue