[GRASS-SVN] r56708 - grass/branches/develbranch_6/raster/r.li/r.li.setup
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 14 23:56:08 PDT 2013
Author: hamish
Date: 2013-06-14 23:56:08 -0700 (Fri, 14 Jun 2013)
New Revision: 56708
Modified:
grass/branches/develbranch_6/raster/r.li/r.li.setup/area_query
grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main
grass/branches/develbranch_6/raster/r.li/r.li.setup/square_query
Log:
minor quoting and comment readability
Modified: grass/branches/develbranch_6/raster/r.li/r.li.setup/area_query
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/area_query 2013-06-15 06:01:40 UTC (rev 56707)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/area_query 2013-06-15 06:56:08 UTC (rev 56708)
@@ -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/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main 2013-06-15 06:01:40 UTC (rev 56707)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main 2013-06-15 06:56:08 UTC (rev 56708)
@@ -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/develbranch_6/raster/r.li/r.li.setup/square_query
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/square_query 2013-06-15 06:01:40 UTC (rev 56707)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/square_query 2013-06-15 06:56:08 UTC (rev 56708)
@@ -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