From 8db7e5acbe9de5f44ed79ba4ce11947b3586338f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 24 Mar 2018 20:51:16 +0100 Subject: run shellchek in same dir as script --- lib/common-functions | 2 +- lib/mysql-functions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/common-functions b/lib/common-functions index 8425e9a..ce33a4f 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -6,7 +6,7 @@ if [ -z "${base_dir}" ]; then # just to make shellcheck happy - . 'conf/default.conf' + . '../conf/default.conf' fi if [ ! -s "${work_dir}/build-master-sanity" ]; then diff --git a/lib/mysql-functions b/lib/mysql-functions index 801eca2..aef219b 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -6,7 +6,7 @@ if [ -z "${base_dir}" ]; then # just to make shellcheck happy - . 'conf/default.conf' + . '../conf/default.conf' fi # base64_encode_each encode each line of stdin with base64 -- cgit v1.2.3-54-g00ecf