diff options
author | 1995-12-21 15:01:04 +0000 | |
---|---|---|
committer | 1995-12-21 15:01:04 +0000 | |
commit | a00a145f190b7772fd70d1aeba1216ada549edf2 (patch) | |
tree | 8985e28a90fa39a8d807ca60dfeeb059e46fceb6 | |
parent | from netbsd: (diff) | |
download | wireguard-openbsd-a00a145f190b7772fd70d1aeba1216ada549edf2.tar.xz wireguard-openbsd-a00a145f190b7772fd70d1aeba1216ada549edf2.zip |
from netbsd; repair last commit, do not forget to remove the _symbol_ temp file
-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 |