xref: /trunk/main/solenv/bin/pchdelta (revision cdf0e10c)
1*cdf0e10cSrcweir#!/bin/sh
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir# Wrapper around the pchdelta.py script
4*cdf0e10cSrcweirbash -c "unset PYTHONHOME PYTHONPATH; /usr/bin/python ../solenv/bin/pchdelta.py $*"
5