[Dart-dev] DART/branches Revision: 12291
dart at ucar.edu
dart at ucar.edu
Mon Jan 8 14:59:19 MST 2018
nancy at ucar.edu
2018-01-08 14:59:18 -0700 (Mon, 08 Jan 2018)
95
drat - csh uses 'else if', bash uses 'elif'
i can't do any kind of shell programming anymore.
Modified: DART/branches/recam/models/buildall.csh
===================================================================
--- DART/branches/recam/models/buildall.csh 2018-01-08 21:56:26 UTC (rev 12290)
+++ DART/branches/recam/models/buildall.csh 2018-01-08 21:59:18 UTC (rev 12291)
@@ -157,7 +157,7 @@
if ( "$MODEL" == "template" ) then
echo skipping test of the template directory
- elif ( -f workshop_setup.csh ) then
+ else if ( -f workshop_setup.csh ) then
set SAVEDIR = saveme.test_dart
mkdir -p ${SAVEDIR}
${COPY} input.nml obs_seq.* ${SAVEDIR}
More information about the Dart-dev
mailing list