| 1 | # POSIX shell script sourced by _bin/shwrap/mycpp_main and mycpp/common.sh | 
| 2 | |
| 3 | if test -z "${REPO_ROOT:-}"; then | 
| 4 | echo '$REPO_ROOT should be set before sourcing' | 
| 5 | exit 1 | 
| 6 | fi | 
| 7 | |
| 8 | readonly MYPY_REPO=$REPO_ROOT/../oil_DEPS/mypy | 
| 9 | readonly MYCPP_VENV=$REPO_ROOT/../oil_DEPS/mycpp-venv | 
| 10 |