#!/bin/ksh

BOSCRIPT=/tmp/$PatchNum.prebackout

if [ -f $BOSCRIPT ] ; then
	## removed left over script if this patch failed to install.
	rm $BOSCRIPT
fi
