diff --git a/tools/setup.sh b/tools/setup.sh index 2dc114490..bc8e41a40 100755 --- a/tools/setup.sh +++ b/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 }