diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 15:01:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 15:01:05 +0000 |
commit | 3661e7404c6fbe92b9eda8d603bb32ba8852daf0 (patch) | |
tree | 2ef4d6fc6b346450e103a5043438ccf79b90dd2b /usr.bin | |
parent | 2607cc85c9f220b2e7b6b5d837c2ae3afa5f3ccc (diff) |
from netbsd; repair last commit, do not forget to remove the _symbol_ temp file
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lorder/lorder.sh.gnm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lorder/lorder.sh.gnm b/usr.bin/lorder/lorder.sh.gnm index e441cfbe68f..49bdf15df1e 100644 --- a/usr.bin/lorder/lorder.sh.gnm +++ b/usr.bin/lorder/lorder.sh.gnm @@ -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 @@ trap "rm -f $R $S; exit 1" 1 2 3 13 15 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 |