[GRASS5] g.manual twice

Wallace, Beverly T beverly.t.wallace at lmco.com
Mon May 14 15:13:10 EDT 2001


Markus and all,

I noticed that g.manual was there twice too.  On a Solaris 5.6 machine, the
script is the one that is used, and it does not work.

I get an "awk" error from the script version of g.manual.  I was able to fix
that, but then there was another syntax problem with an "if" statement.  I
fixed that, but there were still more problems, so I gave up.  There are
probably even more syntax problems with statements that I did not reach.

"awk" problem:
	awk -F '='
Solaris fix:
	awk -F= 

"if" problem:
	[ -e $html -a "$GRASS_TEXT_BROWSER" ]
Solaris fix:
	[ "-e $html" -a "-e $GRASS_TEXT_BROWSER" ]

- Bev Wallace


> -----Original Message-----
> From:	Markus Neteler [SMTP:neteler at geog.uni-hannover.de]
> Sent:	Sunday, May 13, 2001 3:06 AM
> To:	grass5 developers list
> Subject:	[GRASS5] g.manual twice
> 
> Hi all,
> 
> we have currently g.manual twice in GRASS
>  - src/general/g.manual
>  - scripts/contrib/g.manual
> 
> As far as I remember, the script is new. Shall I remove the
> old C-implementation?
> 
> At time (due to path order) the C version will be used.
> 
> Markus
> 
> ---------------------------------------- 
> If you want to unsubscribe from GRASS Development Team mailing list write
> to:
> minordomo at geog.uni-hannover.de with
> subject 'unsubscribe grass5'

---------------------------------------- 
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'



More information about the grass-dev mailing list