[GRASS-SVN] r44998 - grass/branches/develbranch_6/gui/tcltk/d.m

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 12 18:09:45 EST 2011


Author: hamish
Date: 2011-01-12 15:09:45 -0800 (Wed, 12 Jan 2011)
New Revision: 44998

Modified:
   grass/branches/develbranch_6/gui/tcltk/d.m/d.m
Log:
note bashism

Modified: grass/branches/develbranch_6/gui/tcltk/d.m/d.m
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/d.m/d.m	2011-01-12 23:04:05 UTC (rev 44997)
+++ grass/branches/develbranch_6/gui/tcltk/d.m/d.m	2011-01-12 23:09:45 UTC (rev 44998)
@@ -9,6 +9,8 @@
 #% required : no
 #%End
 
+
+# fixme: $HOSTTYPE is a bashism
 if [ $# -eq 0 ] ; then
 	if [ "$HOSTTYPE" = "macintosh" -o "$HOSTTYPE" = "powermac" -o "$HOSTTYPE" = "powerpc" -o "$HOSTTYPE" = "intel-pc" ] ; then
 		exec "$GRASS_WISH" $GISBASE/etc/dm/d.m.tcl -name d_m_tcl



More information about the grass-commit mailing list