diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-06 17:19:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-06 17:19:13 -0600 |
commit | f72c8398c42227d56223eb49993d27add5f28ff6 (patch) | |
tree | 064fc9490f114dfe46881d1409f9c556740af1bd /qt3-tqt3/convert_qt_itself_qt3_batch4 | |
parent | bcb23b86d064f39b04b92d110f9ce7c2272be99a (diff) | |
download | experimental-f72c8398c42227d56223eb49993d27add5f28ff6.tar.gz experimental-f72c8398c42227d56223eb49993d27add5f28ff6.zip |
Fix prior commit
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3_batch4')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_batch4 | 1 |
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 |