From 2c1096cb0edb73c052c3517da82deaf3725d13b6 Mon Sep 17 00:00:00 2001 From: jiameixie <50685847+jiameixie@users.noreply.github.com> Date: Thu, 28 May 2020 05:31:31 +0800 Subject: [PATCH] KAFKA-10018: Change command line tools from /bin/sh to /bin/bash (#8692) Reviewers: Tom Bentley @tombentley, Boyang Chen , Chia-Ping Tsai , Ismael Juma , Colin P. McCabe , Matthias J. Sax --- bin/connect-distributed.sh | 2 +- bin/connect-mirror-maker.sh | 2 +- bin/connect-standalone.sh | 2 +- bin/kafka-server-stop.sh | 2 +- bin/trogdor.sh | 2 +- bin/zookeeper-server-stop.sh | 2 +- bin/zookeeper-shell.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/connect-distributed.sh b/bin/connect-distributed.sh index 08fc57b9c51..b8088ad9234 100755 --- a/bin/connect-distributed.sh +++ b/bin/connect-distributed.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/bin/connect-mirror-maker.sh b/bin/connect-mirror-maker.sh index a2c040dad29..8e2b2e162da 100755 --- a/bin/connect-mirror-maker.sh +++ b/bin/connect-mirror-maker.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/bin/connect-standalone.sh b/bin/connect-standalone.sh index 931cc37c9a4..441069fed31 100755 --- a/bin/connect-standalone.sh +++ b/bin/connect-standalone.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/bin/kafka-server-stop.sh b/bin/kafka-server-stop.sh index 1e5de0ebb00..35842690485 100755 --- a/bin/kafka-server-stop.sh +++ b/bin/kafka-server-stop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/bin/trogdor.sh b/bin/trogdor.sh index b21120932dc..3324c4ea8ec 100755 --- a/bin/trogdor.sh +++ b/bin/trogdor.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/bin/zookeeper-server-stop.sh b/bin/zookeeper-server-stop.sh index 324da4123bf..b6dec904a48 100755 --- a/bin/zookeeper-server-stop.sh +++ b/bin/zookeeper-server-stop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/bin/zookeeper-shell.sh b/bin/zookeeper-shell.sh index baf95229983..2f1d0f2c616 100755 --- a/bin/zookeeper-shell.sh +++ b/bin/zookeeper-shell.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership.