|
|
|
@ -57,6 +57,9 @@ find ./ -type f -iname "*" -exec sed -i 's/STQL/SQL/g' {} \;
|
|
|
|
|
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/tquiv/quiv/g' {} \;
|
|
|
|
|
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/\([^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)tquit/\1quit/g' {} \;
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/^tquit/quit/g' {} \;
|
|
|
|
|
|
|
|
|
|
# Apply patches
|
|
|
|
|
patch -p0 < ../tqt3_fixups.diff
|
|
|
|
|
|
|
|
|
|