1*cdf0e10cSrcweir#!/bin/sh 2*cdf0e10cSrcweirif [ x${SOLARENV}x = xx ]; then 3*cdf0e10cSrcweir echo createpdbrelocators: no environment found! 4*cdf0e10cSrcweir exit 1 5*cdf0e10cSrcweirfi 6*cdf0e10cSrcweirexec perl -w $SOLARENV/bin/createpdbrelocators.pl 7*cdf0e10cSrcweir 8