[Dart-dev] [4592] DART/trunk/observations/WOD/shell_scripts/makedaily.sh: Whitespace only change; cosmetic.

nancy at ucar.edu nancy at ucar.edu
Fri Dec 3 15:13:31 MST 2010


Revision: 4592
Author:   nancy
Date:     2010-12-03 15:13:30 -0700 (Fri, 03 Dec 2010)
Log Message:
-----------
Whitespace only change; cosmetic.

Modified Paths:
--------------
    DART/trunk/observations/WOD/shell_scripts/makedaily.sh

-------------- next part --------------
Modified: DART/trunk/observations/WOD/shell_scripts/makedaily.sh
===================================================================
--- DART/trunk/observations/WOD/shell_scripts/makedaily.sh	2010-12-03 22:12:36 UTC (rev 4591)
+++ DART/trunk/observations/WOD/shell_scripts/makedaily.sh	2010-12-03 22:13:30 UTC (rev 4592)
@@ -57,7 +57,7 @@
 
 # these are a string in the format YYYYMMDDHH
 # do them here to prime the loop below which first takes them apart.
-currday=(`echo ${start_year}${mon2}${day2}00   0  | ${EXEDIR}/advance_time`)
+currday=(`echo ${start_year}${mon2}${day2}00   0 | ${EXEDIR}/advance_time`)
 nextday=(`echo ${start_year}${mon2}${day2}00 +1d | ${EXEDIR}/advance_time`)
 prevday=(`echo ${start_year}${mon2}${day2}00 -1d | ${EXEDIR}/advance_time`)
 


More information about the Dart-dev mailing list