tools/setup: use OP_ROOT in cd (#22600)

old-commit-hash: a9672eabf4
commatwo_master
Minjie Xu 4 years ago committed by GitHub
parent e88d98223b
commit 8120ce0a98
  1. 2
      tools/ubuntu_setup.sh

@ -71,7 +71,7 @@ if ! command -v "pyenv" > /dev/null 2>&1; then
fi
# in the openpilot repo
cd $HOME/openpilot
cd $OP_ROOT
source ~/.bashrc
if [ -z "$OPENPILOT_ENV" ]; then

Loading…
Cancel
Save