handle local files better
This commit is contained in:
parent
4f604b1843
commit
4c2a6585b3
1 changed files with 3 additions and 1 deletions
4
bin/web
4
bin/web
|
|
@ -25,7 +25,9 @@ else
|
|||
do
|
||||
if [ -f "$i" ]
|
||||
then
|
||||
i=file://`pwd`/$i
|
||||
p=`pwd`
|
||||
i=`cleanname -d $p $i`
|
||||
i=file://$i
|
||||
fi
|
||||
plumb1 $i
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue