[GRASS5] g.manual fork()?
Markus Neteler
neteler at itc.it
Tue Feb 8 06:19:10 EST 2005
On Tue, Feb 08, 2005 at 02:12:27PM +1300, Hamish wrote:
> 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
> }
>
Please apply...
Markus
More information about the grass-dev
mailing list