=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/lorder.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/lorder/lorder.sh 1996/09/16 01:16:27 1.3 +++ src/usr.bin/lorder/lorder.sh 1996/09/30 16:42:17 1.4 @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: lorder.sh,v 1.3 1996/09/16 01:16:27 deraadt Exp $ +# $OpenBSD: lorder.sh,v 1.4 1996/09/30 16:42:17 bitblt Exp $ # $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $ # # Copyright (c) 1990, 1993 @@ -63,7 +63,7 @@ umask $um # remove temporary files on HUP, INT, QUIT, PIPE, TERM -trap "rm -f $R $S; exit 1" 1 2 3 13 15 +trap "rm rf $TDIR; exit 1" 1 2 3 13 15 # if the line ends in a colon, assume it's the first occurrence of a new # object file. Echo it twice, just to make sure it gets into the output.