2 Jul
2010
2 Jul
'10
9:44 a.m.
2010/7/2 Li Yanrui (李延瑞)
2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua` -- Best regards, Li Yanrui (李延瑞)