From 89e0848babe7703746ccda6393626f1d8e2baa14 Mon Sep 17 00:00:00 2001 From: Nikolay Turpitko Date: Sat, 23 Jan 2016 12:22:42 +0500 Subject: [PATCH] Fixed #216 Fixed "Small install process note" #216, prevent closing of terminal window in case of wrong project path. --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index fcce219..00bd279 100755 --- a/dev.sh +++ b/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