Bug report: ccsm_build.csh

Dear all,

I would like to report what seems to be a bug (though minor one) in the building script :
/script/ccsm_utils/Tools/ccsm_build.csh

at line 236 (or so):

Code:
if !(-f $CASEROOT/Buildexe/Macors.$OS) then

should be

Code:
if !(-f $CASEROOT/Buildexe/Macros.$OS) then


change Macors to Macros.

It has implications only for those of you who wants to have a copy of the Macros file in the CASE directory...

Best Regards
Xavier
 
Back
Top