Browse Source

ZOOKEEPER-1719. zkCli.sh, zkServer.sh and zkEnv.sh regression caused by ZOOKEEPER-1663
(Marshall McMullen via camille)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1497830 13f79535-47bb-0310-9956-ffa450edef68

Camille Fournier 12 years ago
parent
commit
aec7dd83aa
4 changed files with 7 additions and 3 deletions
  1. 4 0
      CHANGES.txt
  2. 1 1
      bin/zkCleanup.sh
  3. 1 1
      bin/zkCli.sh
  4. 1 1
      bin/zkEnv.sh

+ 4 - 0
CHANGES.txt

@@ -533,6 +533,10 @@ IMPROVEMENTS:
   
   ZOOKEEPER-1714 perl client segfaults if ZOO_READ_ACL_UNSAFE constant is used
   (Botond Hejj via camille)
+  
+  ZOOKEEPER-1719. zkCli.sh, zkServer.sh and zkEnv.sh regression caused by ZOOKEEPER-1663
+  (Marshall McMullen via camille)
+  
 
 Release 3.4.0 - 
 

+ 1 - 1
bin/zkCleanup.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

+ 1 - 1
bin/zkCli.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

+ 1 - 1
bin/zkEnv.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with