[GRASS-SVN] r52655 - grass-addons/grass6/raster/r.out.maxent_swd

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 13 04:54:29 PDT 2012


Author: sbl
Date: 2012-08-13 04:54:28 -0700 (Mon, 13 Aug 2012)
New Revision: 52655

Modified:
   grass-addons/grass6/raster/r.out.maxent_swd/r.out.maxent_swd
Log:
Removed erroneous quotation marks around a variable in r.out.maxent_swd

Modified: grass-addons/grass6/raster/r.out.maxent_swd/r.out.maxent_swd
===================================================================
--- grass-addons/grass6/raster/r.out.maxent_swd/r.out.maxent_swd	2012-08-13 11:00:39 UTC (rev 52654)
+++ grass-addons/grass6/raster/r.out.maxent_swd/r.out.maxent_swd	2012-08-13 11:54:28 UTC (rev 52655)
@@ -273,7 +273,7 @@
 	#
 	#Check if specie map(s) exist
 	s_number=1
-	for s in "$species"
+	for s in $species
 	do
 		#Check if specie mask files exist
 		specie_map_name=$(echo $p | cut -f1 -d'#' | tr -d ' ')



More information about the grass-commit mailing list