=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/Attic/lorder.sh.gnm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/lorder/Attic/lorder.sh.gnm 1995/12/18 16:46:17 1.2 +++ src/usr.bin/lorder/Attic/lorder.sh.gnm 1995/12/21 15:01:04 1.3 @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: lorder.sh.gnm,v 1.2 1995/12/18 07:45:17 jonathan Exp $ +# $NetBSD: lorder.sh.gnm,v 1.3 1995/12/20 04:45:11 cgd Exp $ # # Copyright (c) 1990, 1993 # The Regents of the University of California. All rights reserved. @@ -87,4 +87,4 @@ sort +1 $R -o $R sort +1 $S -o $S join -j 2 -o 1.1 2.1 $R $S -rm -f $R +rm -f $R $S