On Sunday 12 of August 2012 03:08:54 David C. Rankin wrote:
Tim, Francios,
Thank you for pointing me in the right direction. I know very little about all the sed magic going on behind the scenes. I couldn't even find the call. But I found the solution!
tqt-replace in 3.5.13-sru is MISSING THE LINE:
sed -i 's/tqApp/qApp/g' "$1" sed -i 's/([ \t])tq([^:(_)\t ])/\1\2/g' "$1"
It is present in R14, but is NOT in 3.5.13-sru. Please signoff and push
Slavek :)
patch attached
David, François, Tim,
Thanks for good research. I managed to find, that the patch corresponds to commit dc60c953. I'll cherry-pick this commit.
Incidentally, note that so far has been tqtinterface v3.5.13-sru completely unchanged from the original v3.5.13. Although I have a few patches ready. But I gave careful, to I no broke possibility to build the original v3.5.13 code with the updated tqtinterface.
Slavek --