"This is a question about the past, is it? ... How can I tell that the past isn't a fiction designed to account for the discrepancy between my immediate physical sensations and my state of mind?"
I made that change as the d.m and gis.m scripts background themselves:
gui/tcltk/gis.m/gis.m:
-----------------------
[...]
if [ $# -eq 0 ] ; then
if [ "$HOSTTYPE" = "macintosh" -o "$HOSTTYPE" = "powermac" -o "$HOSTTYPE" = "powerpc" -o "$HOSTTYPE" = "intel-pc" ] ; then
exec "$GRASS_WISH" $GISBASE/etc/gm/gm.tcl -name gm_tcl
else
exec "$GRASS_WISH" $GISBASE/etc/gm/gm.tcl -name gm_tcl &
fi
exit
fi
But according to the logic there, it doesn't explicitly background on OSX ("macintosh", "powermac", "powerpc"). And apparently exec doesn't automatically background on OS X (the problem I noticed).
So maybe now the Mac exceptions in gis.m/d.m should be removed?
[Trillian] What are you supposed to do WITH a maniacally depressed robot?
[Marvin] You think you have problems? What are you supposed to do if you ARE a maniacally depressed robot? No, don't try and answer, I'm 50,000 times more intelligent than you and even I don't know the answer...