summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-06 17:19:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-06 17:19:13 -0600
commitf72c8398c42227d56223eb49993d27add5f28ff6 (patch)
tree064fc9490f114dfe46881d1409f9c556740af1bd
parentbcb23b86d064f39b04b92d110f9ce7c2272be99a (diff)
downloadexperimental-f72c8398c42227d56223eb49993d27add5f28ff6.tar.gz
experimental-f72c8398c42227d56223eb49993d27add5f28ff6.zip
Fix prior commit
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch41
1 files changed, 1 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4
index ff4f944..1162789 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch4
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch4
@@ -77,5 +77,6 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt20fix/tqt
# Clean up unintended renames
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqtconv2ui/tqtconv2ui/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqvfb/tqvfb/g' {} \;
exit 0