=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/Attic/lorder.sh.gnm,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/lorder/Attic/lorder.sh.gnm 1998/09/02 06:40:08 1.8 +++ src/usr.bin/lorder/Attic/lorder.sh.gnm 1998/11/22 00:11:09 1.9 @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: lorder.sh.gnm,v 1.8 1998/09/02 06:40:08 deraadt Exp $ +# $OpenBSD: lorder.sh.gnm,v 1.9 1998/11/22 00:11:09 d Exp $ # $NetBSD: lorder.sh.gnm,v 1.3 1995/12/20 04:45:11 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. -(for file in $* ; do echo $file":" ; done ; ${NM:-nm} -go $*) | sed " +(for file in "$@" ; do echo "$file:" ; done ; ${NM:-nm} -go "$@") | sed " /:$/ { s/:// s/.*/& &/