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

realpath and mac
pull/33190/merge
Maxime Desroches 1 year ago committed by GitHub
parent 424b657376
commit 3e9b91a2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/setup.sh

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

Loading…
Cancel
Save