Skip to content

Commit

Permalink
Fix quoting in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrains1 committed Sep 16, 2024
1 parent fe915fa commit 53e954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitl-setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53e954d

Please sign in to comment.