handle local files better

This commit is contained in:
rsc 2004-06-09 14:05:29 +00:00
parent 4f604b1843
commit 4c2a6585b3

View file

@ -25,7 +25,9 @@ else
do do
if [ -f "$i" ] if [ -f "$i" ]
then then
i=file://`pwd`/$i p=`pwd`
i=`cleanname -d $p $i`
i=file://$i
fi fi
plumb1 $i plumb1 $i
done done