[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#167697: xdvi wrapper doesn't work with bash_2.05b-4



Package: tetex-bin
Version: 1.0.7+20011202-8

xdvi wrapper does not parse correctly its arguments. 

suggestion: change cicle (line 49)

for i
do
    args="$args $lastarg"
    lastarg=$i
done

	to:

for i in $*
do
    args="$args $lastarg"
    lastarg=$i
done




Reply to: