Artifact 60be95a20f29314364b5a8307c2d04dbf01c6b7a0cee71a7eddce7478699985e:
- 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]
#! /bin/sh sys=$1 # check for the existence of CRs that we need crs='' for cr in `cat ${sys}_cr.txt`; do if [ -f ${cr}.pm -o -f mtt/${cr}.pm ]; then crs="$crs $cr" fi done # should be reading the output from ese_r2make # on standard input ${MTT_LIB}/cr/perl/apply_cr.pl ${crs}