diff options
author | Timothy Pearson <[email protected]> | 2013-11-07 22:37:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-11-07 22:37:50 -0600 |
commit | 40e50e6f20276afb557992a51d47618b014e388d (patch) | |
tree | 4eed8c9c445c41a1dbe156e26466f600b4a8ffc7 /bin | |
parent | e193e0140419d117a52e3756ddd9d2bdf3ab7a4a (diff) | |
download | tqt3-40e50e6f20276afb557992a51d47618b014e388d.tar.gz tqt3-40e50e6f20276afb557992a51d47618b014e388d.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tqt20fix | 14 | ||||
-rwxr-xr-x | bin/tqtfindtr | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/bin/tqt20fix b/bin/tqt20fix index a303717bf..371faef79 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 c7b82d14f..52134ceab 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; } |