Don't need 2 trap calls - remove 1st one.

Don't need 2 trap calls - remove 1st one.
This commit is contained in:
ptools
2004-02-12 05:20:25 +00:00
parent 56fbca73be
commit a515c542c7
-1
View File
@@ -44,7 +44,6 @@ echo "QA output created by $seq"
here=`pwd`
tmp=/tmp/$$
status=1 # failure is the default!
trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# get standard environment, filters and checks
. ./common.rc