#!/bin/sh # Get full pathnames that we'll need. testdir=`dirname $0` builddir=$testdir/testbuild testinstalldir=$testdir/testinstall rm -rf $builddir $testinstalldir