[BACK]Return to lorder.sh.gnm CVS log [TXT][DIR] Up to [local] / src / usr.bin / lorder

Diff for /src/usr.bin/lorder/Attic/lorder.sh.gnm between version 1.8 and 1.9

version 1.8, 1998/09/02 06:40:08 version 1.9, 1998/11/22 00:11:09
Line 70 
Line 70 
 #  #
 # if the line has " U " it's a globally undefined symbol, put it into  # if the line has " U " it's a globally undefined symbol, put it into
 # the reference file.  # 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/://
                 s/.*/& &/                  s/.*/& &/

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9