Index: mttroot/mtt/bin/trans/cr_txt2r ================================================================== --- mttroot/mtt/bin/trans/cr_txt2r +++ mttroot/mtt/bin/trans/cr_txt2r @@ -14,10 +14,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.3 1998/03/06 15:51:06 peterg +## Zapped the irritating error message +## ## 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) @@ -38,11 +41,11 @@ # Initial revision # ############################################################### if [ -f "$1_cr.r" ]; then - # echo "$1_cr.r exists -- no action taken" + echo "Using $1_cr.r" else # Inform user echo "Creating $1_cr.r"