]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
reverted to /bin/sh
authorRazvan Becheriu <ravan@isc.org>
Thu, 7 Mar 2019 14:53:49 +0000 (16:53 +0200)
committerRazvan Becheriu <ravan@isc.org>
Thu, 7 Mar 2019 14:53:49 +0000 (16:53 +0200)
tools/cql_config
tools/cql_config_defines.sh.sample

index b2149c4dead860add3cceae7e8c6faa8fb6d8f8e..8f5194637f15c2fa15ab4594285869640aa2198d 100755 (executable)
@@ -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"
index bf3810db2067e243ebdd98b26c80bf1e0812ed48..5edf47d91c2f4a4c8de6c8184c4b35565ba08824 100755 (executable)
@@ -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