B that knows about address syntax,

change plumber to use it.
This commit is contained in:
rsc 2003-12-02 21:57:32 +00:00
parent 1ccf253eb2
commit e89321a56e
2 changed files with 9 additions and 3 deletions

6
bin/B
View file

@ -22,6 +22,12 @@ else
do
pwd=`pwd`
file=`cleanname -d $pwd $i`
line=`echo $file | sed 's/.*://'`
file=`echo $file | sed 's/:.*//'`
echo "B $file" >>$sam
if [ "x$line" != "x" -a "x$line" != "x$file" ]
then
echo "$line" >> $sam
fi
done
fi