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

Diff for /src/usr.bin/lorder/lorder.sh between version 1.4 and 1.5

version 1.4, 1996/09/30 16:42:17 version 1.5, 1996/10/12 18:33:53
Line 63 
Line 63 
 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; exit 1" 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.4  
changed lines
  Added in v.1.5