summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-11-07 22:42:05 -0600
committerTimothy Pearson <[email protected]>2013-11-07 22:42:05 -0600
commit36753ac659fe85fd02a8dffa84143812e011cd71 (patch)
tree2581a958653985ed91ff63ff702ad47a253553b3 /bin
parent40e50e6f20276afb557992a51d47618b014e388d (diff)
downloadtqt3-36753ac659fe85fd02a8dffa84143812e011cd71.tar.gz
tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tqt20fix14
-rwxr-xr-xbin/tqtfindtr2
2 files changed, 8 insertions, 8 deletions
diff --git a/bin/tqt20fix b/bin/tqt20fix
index 371faef79..a303717bf 100755
--- a/bin/tqt20fix
+++ b/bin/tqt20fix
@@ -1,14 +1,14 @@
#!/usr/bin/perl -w
#
# in sh/bash/zsh:
-# make 2>&1 | .../qt/bin/ttqt20fix
+# make 2>&1 | .../qt/bin/tqt20fix
# in csh/tcsh
-# make |& .../qt/bin/ttqt20fix
+# make |& .../qt/bin/tqt20fix
#
-# repeat as long as ttqt20fix says to. if your make supports the -k
+# repeat as long as tqt20fix says to. if your make supports the -k
# flag, that speeds up the process a bit.
#
-# ttqt20fix tends to fix a bit over half of the remaining problems in
+# tqt20fix tends to fix a bit over half of the remaining problems in
# each run.
#
# if you don't use gcc, you will need to change parseline.
@@ -222,7 +222,7 @@ while( <STDIN> ) {
if ( defined( $lastfile ) ) {
open( O, "> $lastfile" ) ||
die "cannot write to $lastfile, stopped";
- print "ttqt20fix: writing $lastfile (changes: $changes)\n";
+ print "tqt20fix: writing $lastfile (changes: $changes)\n";
print O @currentfile;
close O;
}
@@ -248,12 +248,12 @@ while( <STDIN> ) {
if ( defined( $changes) && $changes > 0 && defined( $lastfile ) ) {
open( O, "> $lastfile" ) ||
die "cannot write to $lastfile, stopped";
- print "ttqt20fix: writing $lastfile (changes: $changes)\n";
+ print "tqt20fix: writing $lastfile (changes: $changes)\n";
print O @currentfile;
close O;
}
if ( defined( $totalchanges) && $totalchanges > 0 ) {
- print "ttqt20fix: total changes: $totalchanges\nttqt20fix: rerun recommended\n";
+ print "tqt20fix: total changes: $totalchanges\ntqt20fix: rerun recommended\n";
}
diff --git a/bin/tqtfindtr b/bin/tqtfindtr
index 52134ceab..c7b82d14f 100755
--- a/bin/tqtfindtr
+++ b/bin/tqtfindtr
@@ -37,7 +37,7 @@ msgstr ""
$scope = "";
if ( $#ARGV < 0 ) {
- print STDERR "Usage: tqttqtfindtr sourcefile ... >project.po\n";
+ print STDERR "Usage: tqtfindtr sourcefile ... >project.po\n";
exit 1;
}