From 53e954dee0ca985eeef2b204656fb7ea08de5b1f Mon Sep 17 00:00:00 2001 From: Peter Lebbing Date: Mon, 16 Sep 2024 17:05:11 +0200 Subject: [PATCH] Fix quoting in setup.sh --- hitl-setup/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hitl-setup/setup.sh b/hitl-setup/setup.sh index 9a8a33613..c401f2418 100755 --- a/hitl-setup/setup.sh +++ b/hitl-setup/setup.sh @@ -5,7 +5,7 @@ FORCE="$1" set -xuo pipefail -HERE=$(realpath $(dirname "$0")) +HERE=$(realpath "$(dirname "$0")") source "$HERE/fpganet" || exit $? echo Checking that all INTERFACES exist