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

index 83215e1e4e4faafa1f4a908ad885e41770d4498a..ed2f565483e2db364d8342f271dc9e18597b57e0 100755 (executable)
@@ -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"
index 12cf55af28dad1690a687958659b44a7173e9cfb..ecfb34064ea2a7b933292168bab8771dfc20ac8a 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