diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-25 21:16:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-25 21:16:46 +0000 |
commit | 0670cc028cb3699bc3ffa7a94e6f2f47fab9747c (patch) | |
tree | 2da519cb5730652be9d7e1ad5d1d6739e66c2db8 /usr.bin/lorder | |
parent | 03a6bd142bb9920ddeb91a1c2da882f910529945 (diff) |
do not change PATH
Diffstat (limited to 'usr.bin/lorder')
-rw-r--r-- | usr.bin/lorder/lorder.sh | 5 | ||||
-rw-r--r-- | usr.bin/lorder/lorder.sh.gnm | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 64e5e2625cc..0e081e58498 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: lorder.sh,v 1.6 1997/01/23 02:19:58 niklas Exp $ +# $OpenBSD: lorder.sh,v 1.7 1997/01/25 21:16:44 deraadt Exp $ # $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $ # # Copyright (c) 1990, 1993 @@ -36,9 +36,6 @@ # @(#)lorder.sh 8.1 (Berkeley) 6/6/93 # -PATH=/bin:/usr/bin -export PATH - # only one argument is a special case, just output the name twice case $# in 0) diff --git a/usr.bin/lorder/lorder.sh.gnm b/usr.bin/lorder/lorder.sh.gnm index bffbf6aa627..f2a212da1f8 100644 --- a/usr.bin/lorder/lorder.sh.gnm +++ b/usr.bin/lorder/lorder.sh.gnm @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: lorder.sh.gnm,v 1.6 1997/01/23 02:19:59 niklas Exp $ +# $OpenBSD: lorder.sh.gnm,v 1.7 1997/01/25 21:16:45 deraadt Exp $ # $NetBSD: lorder.sh.gnm,v 1.3 1995/12/20 04:45:11 cgd Exp $ # # Copyright (c) 1990, 1993 @@ -36,9 +36,6 @@ # @(#)lorder.sh 8.1 (Berkeley) 6/6/93 # -PATH=/bin:/usr/bin -export PATH - # only one argument is a special case, just output the name twice case $# in 0) |