OILS / mycpp / common-vars.sh View on Github | oilshell.org

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