summaryrefslogtreecommitdiff
path: root/usr.bin/lorder/lorder.sh.gnm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lorder/lorder.sh.gnm')
-rw-r--r--usr.bin/lorder/lorder.sh.gnm4
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