summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:37:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:37:50 -0600
commit40e50e6f20276afb557992a51d47618b014e388d (patch)
tree4eed8c9c445c41a1dbe156e26466f600b4a8ffc7 /bin
parente193e0140419d117a52e3756ddd9d2bdf3ab7a4a (diff)
downloadtqt3-40e50e6f20276afb557992a51d47618b014e388d.tar.gz
tqt3-40e50e6f20276afb557992a51d47618b014e388d.zip
Update minor TQt3 tool names to match current TQt3 sources in GIT
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 a303717b..371faef7 100755
--- a/bin/tqt20fix
+++ b/bin/tqt20fix
@@ -1,14 +1,14 @@
#!/usr/bin/perl -w
#
# in sh/bash/zsh:
-# make 2>&1 | .../qt/bin/tqt20fix
+# make 2>&1 | .../qt/bin/ttqt20fix
# in csh/tcsh
-# make |& .../qt/bin/tqt20fix
+# make |& .../qt/bin/ttqt20fix
#
-# repeat as long as tqt20fix says to. if your make supports the -k
+# repeat as long as ttqt20fix says to. if your make supports the -k
# flag, that speeds up the process a bit.
#
-# tqt20fix tends to fix a bit over half of the remaining problems in
+# ttqt20fix 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 "tqt20fix: writing $lastfile (changes: $changes)\n";
+ print "ttqt20fix: 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 "tqt20fix: writing $lastfile (changes: $changes)\n";
+ print "ttqt20fix: writing $lastfile (changes: $changes)\n";
print O @currentfile;
close O;
}
if ( defined( $totalchanges) && $totalchanges > 0 ) {
- print "tqt20fix: total changes: $totalchanges\ntqt20fix: rerun recommended\n";
+ print "ttqt20fix: total changes: $totalchanges\nttqt20fix: rerun recommended\n";
}
diff --git a/bin/tqtfindtr b/bin/tqtfindtr
index c7b82d14..52134cea 100755
--- a/bin/tqtfindtr
+++ b/bin/tqtfindtr
@@ -37,7 +37,7 @@ msgstr ""
$scope = "";
if ( $#ARGV < 0 ) {
- print STDERR "Usage: tqtfindtr sourcefile ... >project.po\n";
+ print STDERR "Usage: tqttqtfindtr sourcefile ... >project.po\n";
exit 1;
}