Index: mttroot/mtt/bin/trans/cr_txt2r ================================================================== --- mttroot/mtt/bin/trans/cr_txt2r +++ mttroot/mtt/bin/trans/cr_txt2r @@ -14,10 +14,17 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 1998/03/04 15:32:53 peterg +## Major revision. +## Now just includes cr files using in""; +## Two sorts of CR: +## generic (.cr) +## tied to a system (_cr.r) +## ## Revision 1.1 1998/03/04 15:31:14 peterg ## Initial revision ## # Revision 1.3 1997/04/09 12:59:43 peterg # Looks for .cr file in current directory - copies from library if they @@ -31,11 +38,11 @@ # Initial revision # ############################################################### if [ -f "$1_cr.r" ]; then - echo "$1_cr.r exists -- no action taken" + # echo "$1_cr.r exists -- no action taken" else # Inform user echo "Creating $1_cr.r"