aboutsummaryrefslogtreecommitdiff
path: root/b4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'b4.sh')
-rwxr-xr-xb4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4.sh b/b4.sh
index e1f6c4e..10d33b7 100755
--- a/b4.sh
+++ b/b4.sh
@@ -6,4 +6,4 @@
REAL_SCRIPT=$(realpath -e ${BASH_SOURCE[0]})
SCRIPT_TOP="${SCRIPT_TOP:-$(dirname ${REAL_SCRIPT})}"
-exec env PYTHONPATH="${SCRIPT_TOP}" python3 "${SCRIPT_TOP}/b4/command.py" "${@}"
+exec env PYTHONPATH="${SCRIPT_TOP}:${SCRIPT_TOP}/patatt" python3 "${SCRIPT_TOP}/b4/command.py" "${@}"