Differences From Artifact [c893c6e23b]:
- Executable file
mttroot/mtt/bin/trans/apply_crs
— part of check-in
[7ee00e6dc2]
at
2004-08-31 01:28:11
on branch origin/master
— Reads the contents of _cr.txt and adds CRs for which a cr.pm exists
to the argument list of apply_cr.pl, which modifies the standard stream. (user: geraint@users.sourceforge.net, size: 284) [annotate] [blame] [check-ins using] [more...]
To Artifact [fe36e405ae]:
- Executable file
mttroot/mtt/bin/trans/apply_crs
— part of check-in
[980342cc25]
at
2004-09-03 08:36:57
on branch origin/master
— Checks for the existence of .pm files in either the working directory
or the mtt subdirectory (copied from cr/perl/). (user: geraint@users.sourceforge.net, size: 303) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + | #! /bin/sh sys=$1 # check for the existence of CRs that we need crs='' for cr in `cat ${sys}_cr.txt`; do |
︙ |