From: Razvan Becheriu Date: Thu, 7 Mar 2019 14:53:49 +0000 (+0200) Subject: reverted to /bin/sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b40edbf575ca5b2fb6b4bd2d031b4f6cd2a916;p=thirdparty%2Fkea.git reverted to /bin/sh --- diff --git a/tools/cql_config b/tools/cql_config index b2149c4dea..8f5194637f 100755 --- a/tools/cql_config +++ b/tools/cql_config @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC") # @@ -26,7 +26,7 @@ fi # Shellcheck tries to follow this link and gets confused about not being able # to find the file. # shellcheck disable=SC1090 -source "${DIR}/cql_config_defines.sh" +. "${DIR}/cql_config_defines.sh" if [ $# -ne 1 ] && [ $# -ne 2 ]; then echo "run: \`$0 --help\` for more help" diff --git a/tools/cql_config_defines.sh.sample b/tools/cql_config_defines.sh.sample index bf3810db20..5edf47d91c 100755 --- a/tools/cql_config_defines.sh.sample +++ b/tools/cql_config_defines.sh.sample @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This auxiliary script is considered temporary in nature. It will not be # necessary once the DataStax cpp-driver project accepts proper cql_config