[BACK]Return to lorder.sh.gnm CVS log [TXT][DIR] Up to [local] / src / usr.bin / lorder

Diff for /src/usr.bin/lorder/Attic/lorder.sh.gnm between version 1.7 and 1.8

version 1.7, 1997/01/25 21:16:45 version 1.8, 1998/09/02 06:40:08
Line 60 
Line 60 
 umask $um  umask $um
   
 # remove temporary files on HUP, INT, QUIT, PIPE, TERM  # remove temporary files on HUP, INT, QUIT, PIPE, TERM
 trap "rm -rf $TDIR; exit 1" 1 2 3 13 15  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  # 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.  # object file.  Echo it twice, just to make sure it gets into the output.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8