From e222519fb8313daefff0236341160c37835972b8 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Tue, 4 Jun 2024 14:22:28 +0200 Subject: [PATCH] fix location of utils.sh --- scripts/extra/install_custom_ctypes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extra/install_custom_ctypes.sh b/scripts/extra/install_custom_ctypes.sh index cd0159cf85..e546f587a7 100755 --- a/scripts/extra/install_custom_ctypes.sh +++ b/scripts/extra/install_custom_ctypes.sh @@ -15,7 +15,7 @@ # Initialise our bash functions TOPDIR=$(dirname $(realpath ${BASH_SOURCE})) -source "${TOPDIR}"/utils.sh +source "${TOPDIR}"/../utils.sh # Function to display help message show_help() {