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