=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/lorder.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/lorder/lorder.sh 1998/09/02 06:40:08 1.8 +++ src/usr.bin/lorder/lorder.sh 1998/11/22 00:11:08 1.9 @@ -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 @@ # # 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/.*/& &/