From e4212ab9dc23be9d0aa9f2593e20c78aa0e9c2c2 Mon Sep 17 00:00:00 2001 From: Martin Kulhavy Date: Tue, 22 Aug 2017 14:07:07 +0300 Subject: Move tools.sh to ci/common dir This file is only sourced by other script and is not meant to be executed (contains only functions). Change-Id: I41253b73f720e4b7e987c5164901253c7e51ee8b Signed-off-by: Martin Kulhavy --- ci/setupproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/setupproxy.sh') diff --git a/ci/setupproxy.sh b/ci/setupproxy.sh index 61eabcd9..913252fc 100644 --- a/ci/setupproxy.sh +++ b/ci/setupproxy.sh @@ -28,7 +28,7 @@ ############################################################################## # Imports -source tools.sh +source common/tools.sh # Halt on error set -e -- cgit 1.2.3-korg