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