[GRASS-SVN] r58858 - in grass/branches/releasebranch_6_4/raster/r.li: . r.li.setup

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 3 13:08:44 PST 2014


Author: neteler
Date: 2014-02-03 13:08:33 -0800 (Mon, 03 Feb 2014)
New Revision: 58858

Modified:
   grass/branches/releasebranch_6_4/raster/r.li/Makefile
   grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/area_query
   grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main
   grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/square_query
Log:
r.li.setup: backport of minor fixes from devbr6

Modified: grass/branches/releasebranch_6_4/raster/r.li/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/Makefile	2014-02-03 21:06:14 UTC (rev 58857)
+++ grass/branches/releasebranch_6_4/raster/r.li/Makefile	2014-02-03 21:08:33 UTC (rev 58858)
@@ -13,9 +13,9 @@
 	r.li.padsd \
 	r.li.patchdensity \
 	r.li.patchnum \
-	r.li.richness \
 	r.li.pielou \
 	r.li.renyi \
+	r.li.richness \
 	r.li.setup \
 	r.li.shannon \
 	r.li.shape \

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/area_query
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/area_query	2014-02-03 21:06:14 UTC (rev 58857)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/area_query	2014-02-03 21:08:33 UTC (rev 58858)
@@ -1,10 +1,11 @@
 #!/bin/sh
 # the next line restarts using wish \
- exec $GRASS_WISH "$0" "$@"
+ exec "$GRASS_WISH" "$0" "$@"
 
 
-#Simply ask if the selected area is ok or not and save the answer in the 
-#environment variable env(name)
+# Simply ask if the selected area is ok or not and save the
+# answer in the environment variable "env(name)"
+
     wm title . "Select this area"
     wm minsize . 250 100
     label .label -text "Is this area ok?"

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main	2014-02-03 21:06:14 UTC (rev 58857)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main	2014-02-03 21:08:33 UTC (rev 58858)
@@ -4,7 +4,7 @@
 # Read the COPYING file that comes with GRASS for details.
 
 # the next line restarts using wish \
- exec $GRASS_WISH "$0" "$@"
+ exec "$GRASS_WISH" "$0" "$@"
 
 lappend auto_path $env(GISBASE)/bwidget
 package require -exact BWidget 1.2.1

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/square_query
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/square_query	2014-02-03 21:06:14 UTC (rev 58857)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/square_query	2014-02-03 21:08:33 UTC (rev 58858)
@@ -3,11 +3,12 @@
 # Read the COPYING file that comes with GRASS for details.
 
 # the next line restarts using wish \
- exec $GRASS_WISH "$0" "$@"
+ exec "$GRASS_WISH" "$0" "$@"
 
 
-#Simply ask if the selected area is ok or not and save the answer in the 
-#environment variable env(name)
+# Simply ask if the selected area is ok or not and save
+# the answer in the environment variable "env(name)"
+
     global env
     wm title . "Select this area"
     wm minsize . 250 100



More information about the grass-commit mailing list