This is an automated email from the ASF dual-hosted git repository.

phunt pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 7461a2b  ZOOKEEPER-2621: ZooKeeper doesn't start on MINGW32 (Windows)
7461a2b is described below

commit 7461a2b0d1e5d0522e58e608c9b6ee1b771faffd
Author: Amichai Rothman <[email protected]>
AuthorDate: Sun Mar 17 22:24:13 2019 -0700

    ZOOKEEPER-2621: ZooKeeper doesn't start on MINGW32 (Windows)
    
    Author: Amichai Rothman <[email protected]>
    
    Reviewers: [email protected]
    
    Closes #857 from amichair/ZOOKEEPER-2621
    
    Change-Id: I876b5202de30a6fcf296756ead6843e7f59167da
    (cherry picked from commit 19cb6fb8f7989121025f91889462386eb8918c56)
    Signed-off-by: Patrick Hunt <[email protected]>
---
 bin/zkEnv.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/zkEnv.sh b/bin/zkEnv.sh
index 3ae89ba..8d93a50 100755
--- a/bin/zkEnv.sh
+++ b/bin/zkEnv.sh
@@ -128,7 +128,7 @@ CLASSPATH="$ZOOBINDIR/../build/classes:$CLASSPATH"
 CLASSPATH="$ZOOBINDIR/../zookeeper-server/target/classes:$CLASSPATH"
 
 case "`uname`" in
-    CYGWIN*) cygwin=true ;;
+    CYGWIN*|MINGW*) cygwin=true ;;
     *) cygwin=false ;;
 esac
 

Reply via email to