[GRASS-SVN] r56710 - grass/trunk/raster/r.li/r.li.setup
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 15 00:01:57 PDT 2013
Author: hamish
Date: 2013-06-15 00:01:57 -0700 (Sat, 15 Jun 2013)
New Revision: 56710
Modified:
grass/trunk/raster/r.li/r.li.setup/area_query
grass/trunk/raster/r.li/r.li.setup/circle.txt
grass/trunk/raster/r.li/r.li.setup/polygon.txt
grass/trunk/raster/r.li/r.li.setup/r.li.setup.main
grass/trunk/raster/r.li/r.li.setup/square_query
Log:
merge fixes from devbr6
Modified: grass/trunk/raster/r.li/r.li.setup/area_query
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/area_query 2013-06-15 06:56:25 UTC (rev 56709)
+++ grass/trunk/raster/r.li/r.li.setup/area_query 2013-06-15 07:01:57 UTC (rev 56710)
@@ -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/trunk/raster/r.li/r.li.setup/circle.txt
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/circle.txt 2013-06-15 06:56:25 UTC (rev 56709)
+++ grass/trunk/raster/r.li/r.li.setup/circle.txt 2013-06-15 07:01:57 UTC (rev 56710)
@@ -2,4 +2,4 @@
1
mask
y
-Q
+X
Modified: grass/trunk/raster/r.li/r.li.setup/polygon.txt
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/polygon.txt 2013-06-15 06:56:25 UTC (rev 56709)
+++ grass/trunk/raster/r.li/r.li.setup/polygon.txt 2013-06-15 07:01:57 UTC (rev 56710)
@@ -2,4 +2,4 @@
1
mask
y
-Q
+X
Modified: grass/trunk/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/r.li.setup.main 2013-06-15 06:56:25 UTC (rev 56709)
+++ grass/trunk/raster/r.li/r.li.setup/r.li.setup.main 2013-06-15 07:01:57 UTC (rev 56710)
@@ -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/trunk/raster/r.li/r.li.setup/square_query
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/square_query 2013-06-15 06:56:25 UTC (rev 56709)
+++ grass/trunk/raster/r.li/r.li.setup/square_query 2013-06-15 07:01:57 UTC (rev 56710)
@@ -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