[GRASS-SVN] r60277 - grass/branches/releasebranch_7_0/raster/r.li

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 16 14:08:03 PDT 2014


Author: neteler
Date: 2014-05-16 14:08:03 -0700 (Fri, 16 May 2014)
New Revision: 60277

Modified:
   grass/branches/releasebranch_7_0/raster/r.li/r.li.testing_nc_asc.sh
Log:
r.li: fix test script

Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.testing_nc_asc.sh
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.testing_nc_asc.sh	2014-05-16 21:07:18 UTC (rev 60276)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.testing_nc_asc.sh	2014-05-16 21:08:03 UTC (rev 60277)
@@ -4,9 +4,10 @@
 # North Carolina tests
 
 G_RLI=$HOME/.grass7/r.li
+mkdir -p $G_RLI
 
 echo "SAMPLINGFRAME 0|0|1|1
-SAMPLEAREA 0.0|0.0|1.0|1.0" > $G7RLI/landcover_whole_whole # GRASS7
+SAMPLEAREA 0.0|0.0|1.0|1.0" > $G_RLI/landcover_whole_whole # GRASS7
 
 # North Carolina location:
 export GRASS_OVERWRITE=1



More information about the grass-commit mailing list