[Dart-dev] DART/branches Revision: 12299

dart at ucar.edu dart at ucar.edu
Tue Jan 9 11:10:08 MST 2018


nancy at ucar.edu
2018-01-09 11:10:08 -0700 (Tue, 09 Jan 2018)
57
fix typo - 'sed -s' was supposed to be 'sed -e'.  sigh.




Modified: DART/branches/rma_trunk/observations/obs_converters/buildall.csh
===================================================================
--- DART/branches/rma_trunk/observations/obs_converters/buildall.csh	2018-01-09 18:07:07 UTC (rev 12298)
+++ DART/branches/rma_trunk/observations/obs_converters/buildall.csh	2018-01-09 18:10:08 UTC (rev 12299)
@@ -30,7 +30,7 @@
 # we support but it will get 80% of the cases with 20% of the work.
 
 if ( -f ../../build_templates/mkmf.template ) then
-   set fcomp=`grep '^FC' ../../build_templates/mkmf.template | sed -s 's/FC *= *\([A-Za-z][^ ]*\)/\1/' `
+   set fcomp=`grep '^FC' ../../build_templates/mkmf.template | sed -e 's/FC *= *\([A-Za-z][^ ]*\)/\1/' `
    if ( "$fcomp" == "ifort" ) then
       setenv CCOMP intel
       setenv FCOMP intel


More information about the Dart-dev mailing list