=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/lorder.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/lorder/lorder.sh 1997/01/25 21:16:44 1.7 --- src/usr.bin/lorder/lorder.sh 1998/09/02 06:40:08 1.8 *************** *** 1,5 **** #!/bin/sh - ! # $OpenBSD: lorder.sh,v 1.7 1997/01/25 21:16:44 deraadt Exp $ # $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $ # # Copyright (c) 1990, 1993 --- 1,5 ---- #!/bin/sh - ! # $OpenBSD: lorder.sh,v 1.8 1998/09/02 06:40:08 deraadt Exp $ # $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $ # # Copyright (c) 1990, 1993 *************** *** 60,66 **** umask $um # remove temporary files on HUP, INT, QUIT, PIPE, TERM ! 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. --- 60,66 ---- umask $um # remove temporary files on HUP, INT, QUIT, PIPE, TERM ! trap "rm -rf $TDIR; trap 2 ; kill -2 $$" 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.