From: Razvan Becheriu Date: Thu, 7 Mar 2019 14:55:08 +0000 (+0200) Subject: reverted to /bin/sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0306aab32f419ec22a2d6e8a8534d924fc64eca4;p=thirdparty%2Fkea.git reverted to /bin/sh --- diff --git a/tools/sysrepo_config b/tools/sysrepo_config index 83215e1e4e..ed2f565483 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") # @@ -30,7 +30,7 @@ fi # Shellcheck tries to follow this link and gets confused about not being able # to find the file. # shellcheck disable=SC1090 -source "${DIR}/sysrepo_config_defines.sh" +. "${DIR}/sysrepo_config_defines.sh" if [ $# -ne 1 ] && [ $# -ne 2 ]; then echo "run: \`$0 --help\` for more help" diff --git a/tools/sysrepo_config_defines.sh.sample b/tools/sysrepo_config_defines.sh.sample index 12cf55af28..ecfb34064e 100755 --- a/tools/sysrepo_config_defines.sh.sample +++ b/tools/sysrepo_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