Fix native TQt3 accidental conversion to tquit

pull/1/head
Timothy Pearson 13 years ago
parent 8adb519a37
commit 09c208d623

@ -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

Loading…
Cancel
Save