From: Francis Dupont Date: Mon, 11 Mar 2019 21:00:43 +0000 (+0100) Subject: [524-using-sh-and-wrong-syntax-in-if-statements-breaks-ubuntu-build] Changed source... X-Git-Tag: Kea-1.6.0-beta~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d3c32a2fe267617f8832fd05ab27d8278a50b0;p=thirdparty%2Fkea.git [524-using-sh-and-wrong-syntax-in-if-statements-breaks-ubuntu-build] Changed source for . --- diff --git a/tools/cql_config b/tools/cql_config index fd45372493..62ebb85f41 100755 --- a/tools/cql_config +++ b/tools/cql_config @@ -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 diff --git a/tools/sysrepo_config b/tools/sysrepo_config index b4b1a1388f..1544502558 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -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