summaryrefslogtreecommitdiff
path: root/solenv/bin/pchdelta
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/pchdelta')
-rwxr-xr-xsolenv/bin/pchdelta4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/bin/pchdelta b/solenv/bin/pchdelta
new file mode 100755
index 000000000000..e33db2f96c84
--- /dev/null
+++ b/solenv/bin/pchdelta
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Wrapper around the pchdelta.py script
+bash -c "unset PYTHONHOME PYTHONPATH; /usr/bin/python ../solenv/bin/pchdelta.py $*"