[GRASS5] g.manual fork()?
Hamish
hamish_nospam at yahoo.com
Mon Feb 7 20:12:27 EST 2005
Is there any reason g.manual doesn't fork() & release the shell?
Index: g.manual
===================================================================
RCS file: /home/grass/grassrepository/grass51/scripts/g.manual/g.manual,v
retrieving revision 1.9
diff -u -r1.9 g.manual
--- g.manual 14 Jan 2005 13:30:28 -0000 1.9
+++ g.manual 8 Feb 2005 01:11:12 -0000
@@ -51,7 +51,7 @@
exit 1
else
echo "Starting browser <$BROWSERNAME> for module $1..."
- $GRASS_HTML_BROWSER "$GRASS_DOC_BASE"/docs/html/$1.html
+ $GRASS_HTML_BROWSER "$GRASS_DOC_BASE"/docs/html/$1.html &
fi
}
?,
Hamish
More information about the grass-dev
mailing list