[GRASS5] Re: [GRASSLIST:2310] Re: Fixing non-edge-matched DEMs (fwd)

Markus Neteler neteler at itc.it
Wed Aug 8 09:33:18 EDT 2001


On Wed, Aug 08, 2001 at 06:22:15AM -0700, Rich Shepard wrote:
>   I tried to find this bug report in bug-tracker and remove it, but someone
> beat me to it. Thanks.

that was me :-) 

[...]
> > Note:  This is a shell script that only recognizes abbreviations:
> >    input  ::= { "i" | "in"  | "input"  }
> >    output ::= { "o" | "out" | "output" }
> 
>   I had tried "ou" at first, but that wasn't acceptable. I'll try again in a
> few minutes.

O.k. I have changed the parsing in CVS to:
        case $i in
                i=*|in=*|inp=*|inpu=*|input=*)
                        INMAP=$wildcard;;
                o=*|ou=*|out=*|outp=*|outpu=*|output=*)
                        OUTMAP=$wildcard;;

BTW: Is there a more simple way to write this?

Cheers,

 Markus

PS: All mailing list are migrated now. I hope everything is fine.



More information about the grass-dev mailing list