setup.sh: fix macOS path specification (#33311)

realpath and mac
old-commit-hash: 3e9b91a2ac
pull/33314/head
Maxime Desroches 10 months ago committed by GitHub
parent 9b0adebec8
commit d2f4135521
  1. 2
      tools/setup.sh

@ -89,7 +89,7 @@ function ask_dir() {
read
if [[ ! -z "$REPLY" ]]; then
mkdir -p $REPLY
OPENPILOT_ROOT="$(realpath $REPLY/openpilot)"
OPENPILOT_ROOT="$(realpath $REPLY)/openpilot"
fi
}

Loading…
Cancel
Save