]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[524-using-sh-and-wrong-syntax-in-if-statements-breaks-ubuntu-build] Changed source... 524-using-sh-and-wrong-syntax-in-if-statements-breaks-ubuntu-build
authorFrancis Dupont <fdupont@isc.org>
Mon, 11 Mar 2019 21:00:43 +0000 (22:00 +0100)
committerTomek Mrugalski <tomek@isc.org>
Wed, 3 Apr 2019 18:52:03 +0000 (14:52 -0400)
tools/cql_config
tools/sysrepo_config

index fd4537249383c6e72c3c02ae85ea4d36d47c5304..62ebb85f418c501fb6ca27d4650640445f0c9ac5 100755 (executable)
@@ -27,7 +27,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
index b4b1a1388ff7d83e966243a0b60ed694137daad2..1544502558bccea2c6349820b7c87dadd2c7827d 100755 (executable)
@@ -31,7 +31,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