浏览代码

ZOOKEEPER-1945. deb - zkCli.sh, zkServer.sh and zkEnv.sh regression caused by ZOOKEEPER-1663 (Mark Flickinger via fpj)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1605391 13f79535-47bb-0310-9956-ffa450edef68
Flavio Paiva Junqueira 11 年之前
父节点
当前提交
c470840fb7
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/packages/deb/init.d/zookeeper

+ 3 - 0
CHANGES.txt

@@ -670,6 +670,9 @@ BUGFIXES:
   ZOOKEEPER-1870. flakey test in StandaloneDisabledTest.startSingleServerTest 
   (Helen Hastings via fpj)
 
+  ZOOKEEPER-1945. deb - zkCli.sh, zkServer.sh and zkEnv.sh regression caused
+  by ZOOKEEPER-1663 (Mark Flickinger via fpj)
+
 IMPROVEMENTS:
 
   ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,

+ 1 - 1
src/packages/deb/init.d/zookeeper

@@ -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