1*cdf0e10cSrcweir#!/bin/sh 2*cdf0e10cSrcweirif [ x${SOLARENV}x = xx ]; then 3*cdf0e10cSrcweir echo No environment found, please use 'configure' or 'setsolar' 4*cdf0e10cSrcweir exit 1 5*cdf0e10cSrcweirfi 6*cdf0e10cSrcweirexec perl -w $SOLARENV/bin/oochkpatch.pl "$@" 7