=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/lorder.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/lorder/lorder.sh 1996/10/12 18:33:53 1.5 --- src/usr.bin/lorder/lorder.sh 1997/01/23 02:19:58 1.6 *************** *** 1,5 **** #!/bin/sh - ! # $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 --- 1,5 ---- #!/bin/sh - ! # $OpenBSD: lorder.sh,v 1.6 1997/01/23 02:19:58 niklas Exp $ # $NetBSD: lorder.sh,v 1.3 1995/04/24 07:38:52 cgd Exp $ # # Copyright (c) 1990, 1993 *************** *** 73,79 **** # # if the line has " U " it's a globally undefined symbol, put it into # the reference file. ! nm -go $* | sed " /:$/ { s/:// s/.*/& &/ --- 73,79 ---- # # if the line has " U " it's a globally undefined symbol, put it into # the reference file. ! ${NM:-nm} -go $* | sed " /:$/ { s/:// s/.*/& &/