Re: func_infer_tag() broken on IRIX 6.5

2004-02-11 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albert Chin wrote: | So this means func_infer_tag() is broken in branch-1-5 because it does | this: | func_infer_tag () { | if test -n $available_tags test -z $tagname; then | CC_quoted= | ... | # Blanks at the start of

Re: func_infer_tag() broken on IRIX 6.5

2004-02-11 Thread Eric Sunshine
Gary V. Vaughan wrote: I've used return in a couple of places (twice with an integer return value), which I fear may break on old platforms. Otherwise I've assumed that all shell variables are in global scope, and that positional parameters are stacked and restored at function call boundaries to