Index: mttroot/mtt/bin/trans/apply_crs ================================================================== --- mttroot/mtt/bin/trans/apply_crs +++ mttroot/mtt/bin/trans/apply_crs @@ -3,11 +3,11 @@ sys=$1 # check for the existence of CRs that we need crs='' for cr in `cat ${sys}_cr.txt`; do - if [ -f ${cr}.pm ]; then + if [ -f ${cr}.pm -o -f mtt/${cr}.pm ]; then crs="$crs $cr" fi done # should be reading the output from ese_r2make