[GRASS-SVN] r42264 - grass/branches/releasebranch_6_4/scripts/d.correlate

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 16 15:35:13 EDT 2010


Author: neteler
Date: 2010-05-16 15:35:11 -0400 (Sun, 16 May 2010)
New Revision: 42264

Modified:
   grass/branches/releasebranch_6_4/scripts/d.correlate/d.correlate
Log:
avoid output that overwrites one another

Modified: grass/branches/releasebranch_6_4/scripts/d.correlate/d.correlate
===================================================================
--- grass/branches/releasebranch_6_4/scripts/d.correlate/d.correlate	2010-05-16 19:35:05 UTC (rev 42263)
+++ grass/branches/releasebranch_6_4/scripts/d.correlate/d.correlate	2010-05-16 19:35:11 UTC (rev 42264)
@@ -97,6 +97,8 @@
 fi
 
 d.erase
+GRASS_PNG_READ=TRUE
+export GRASS_PNG_READ
 if [ $? != 0 ] ; then
  exit 1
 fi



More information about the grass-commit mailing list