mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
setup.sh: fix macOS path specification (#33311)
realpath and mac old-commit-hash: 3e9b91a2acea31f025b3025720068bc9d7a0bb41
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user