zookeeper/zookeeper-3.4.6-server.patch

21 lines
378 B
Diff
Raw Normal View History

2014-10-21 21:02:21 +00:00
diff --git a/bin/zkServer.sh b/bin/zkServer.sh
index 0490982..b4766e5 100755
--- a/bin/zkServer.sh
+++ b/bin/zkServer.sh
@@ -69,14 +69,7 @@ then
ZOOCFG="$2"
fi
-if $cygwin
-then
- ZOOCFG=`cygpath -wp "$ZOOCFG"`
- # cygwin has a "kill" in the shell itself, gets confused
- KILL=/bin/kill
-else
- KILL=kill
-fi
+KILL=kill
echo "Using config: $ZOOCFG" >&2