Browse Source

r.li: fix test script

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60277 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
76d638b982
1 changed files with 2 additions and 1 deletions
  1. 2 1
      raster/r.li/r.li.testing_nc_asc.sh

+ 2 - 1
raster/r.li/r.li.testing_nc_asc.sh

@@ -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