Fix tqt3 conversion script

pull/1/head
Timothy Pearson 13 years ago
parent 940d3c0601
commit 4013136b98

@ -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/STQL/SQL/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/tquiv/quiv/g' {} \;
# Apply patches
patch -p0 < ../tqt3_fixups.diff

Loading…
Cancel
Save