B that knows about address syntax,
change plumber to use it.
This commit is contained in:
parent
1ccf253eb2
commit
e89321a56e
2 changed files with 9 additions and 3 deletions
6
bin/B
6
bin/B
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue