|
|
@ -55,6 +55,8 @@ find ./ -type f -iname "*" -exec sed -i 's/QUType_Q/QUType_TQ/g' {} \;
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/\([ (]\)Q\#\#/\1TQ\#\#/g' {} \;
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/\([ (]\)Q\#\#/\1TQ\#\#/g' {} \;
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/STQL/SQL/g' {} \;
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/STQL/SQL/g' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/tquiv/quiv/g' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
# Apply patches
|
|
|
|
# Apply patches
|
|
|
|
patch -p0 < ../tqt3_fixups.diff
|
|
|
|
patch -p0 < ../tqt3_fixups.diff
|
|
|
|
|
|
|
|
|
|
|
|