diff options
Diffstat (limited to 'usr.bin/lorder/lorder.sh')
-rw-r--r-- | usr.bin/lorder/lorder.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 7a979eba2b9..fe71984c699 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: lorder.sh,v 1.8 1998/09/02 06:40:08 deraadt Exp $ +# $OpenBSD: lorder.sh,v 1.9 1998/11/22 00:11:08 d Exp $ # $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $ # # Copyright (c) 1990, 1993 @@ -70,7 +70,7 @@ trap "rm -rf $TDIR; trap 2 ; kill -2 $$" 1 2 3 13 15 # # if the line has " U " it's a globally undefined symbol, put it into # the reference file. -${NM:-nm} -go $* | sed " +${NM:-nm} -go "$@" | sed " /:$/ { s/:// s/.*/& &/ |