b4dc9e8bfd
2006/11/24 14:51:42 kaib 1.1.2.1: #i71519# added wrapper program and updated pchdelta.py
4 lines
135 B
Bash
Executable file
4 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Wrapper around the pchdelta.py script
|
|
bash -c "unset PYTHONHOME PYTHONPATH; /usr/bin/python ../solenv/bin/pchdelta.py $*"
|