[GRASS-SVN] r30652 - grass/branches/releasebranch_6_3/scripts/r.in.srtm

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 19 18:39:54 EDT 2008


Author: hamish
Date: 2008-03-19 18:39:54 -0400 (Wed, 19 Mar 2008)
New Revision: 30652

Modified:
   grass/branches/releasebranch_6_3/scripts/r.in.srtm/r.in.srtm
Log:
quote filename variable (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/scripts/r.in.srtm/r.in.srtm
===================================================================
--- grass/branches/releasebranch_6_3/scripts/r.in.srtm/r.in.srtm	2008-03-19 21:22:48 UTC (rev 30651)
+++ grass/branches/releasebranch_6_3/scripts/r.in.srtm/r.in.srtm	2008-03-19 22:39:54 UTC (rev 30652)
@@ -242,7 +242,7 @@
 fi
 
 #create prj file: To be precise, we would need EGS96! But who really cares...
-echo "GEOGCS["wgs84",DATUM["WGS_1984",SPHEROID["wgs84",6378137,298.257223563],TOWGS84[0.000000,0.000000,0.000000]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]]" > $TILE.prj
+echo "GEOGCS["wgs84",DATUM["WGS_1984",SPHEROID["wgs84",6378137,298.257223563],TOWGS84[0.000000,0.000000,0.000000]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]]" > "$TILE.prj"
 
 r.in.gdal in="$TILE.bil" out="$TILEOUT"
 EXITCODE=$?



More information about the grass-commit mailing list