From 80d3c32a2fe267617f8832fd05ab27d8278a50b0 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 11 Mar 2019 22:00:43 +0100 Subject: [PATCH] [524-using-sh-and-wrong-syntax-in-if-statements-breaks-ubuntu-build] Changed source for . --- tools/cql_config | 2 +- tools/sysrepo_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2