Differences From 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...]
To Artifact [60be95a20f]:
- Executable file mtt/bin/trans/apply_crs — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 291) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/apply_crs — part of check-in [1eee912bac] at 2004-09-07 20:37:48 on branch origin/master — No longer appends ';end;' to the end of the file. (user: geraint@users.sourceforge.net, size: 291) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
9 10 11 12 13 14 15 | crs="$crs $cr" fi done # should be reading the output from ese_r2make # on standard input ${MTT_LIB}/cr/perl/apply_cr.pl ${crs} | | | 9 10 11 12 13 14 15 16 | crs="$crs $cr" fi done # should be reading the output from ese_r2make # on standard input ${MTT_LIB}/cr/perl/apply_cr.pl ${crs} |