summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-10-12 18:33:53 +0000
committerderaadt <deraadt@openbsd.org>1996-10-12 18:33:53 +0000
commiteb6a26da721b57761c358236b901e21ce437d1ee (patch)
treec1e09a2e4e512a28cee002d168e9caa8de53ab1c
parentFix suage string to match man page. NetBSD PR #2837 (diff)
downloadwireguard-openbsd-eb6a26da721b57761c358236b901e21ce437d1ee.tar.xz
wireguard-openbsd-eb6a26da721b57761c358236b901e21ce437d1ee.zip
del tmpdir correctly; pr#29; kstailey@dol-esa.gov
-rw-r--r--usr.bin/lorder/lorder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh
index 21668d5e696..6d55fb8dfaa 100644
--- a/usr.bin/lorder/lorder.sh
+++ b/usr.bin/lorder/lorder.sh
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: lorder.sh,v 1.4 1996/09/30 16:42:17 bitblt Exp $
+# $OpenBSD: lorder.sh,v 1.5 1996/10/12 18:33:53 deraadt Exp $
# $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $
#
# Copyright (c) 1990, 1993
@@ -63,7 +63,7 @@ fi
umask $um
# 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
# object file. Echo it twice, just to make sure it gets into the output.