This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [JAVA] /bin/sh portability issues in scripts/check_jni_methods.sh
* Andrew Pinski wrote on Sat, Jul 08, 2006 at 02:57:31AM CEST:
> On Jul 7, 2006, at 5:51 PM, Ralf Wildenhues wrote:
>
> >Here's a patch (well, it turned more or less into a rewrite), to use
> >a temporary directory and avoid 'set -C' and some other glitches and
> >non-Posix flags, as a suggestion. (There is no need for backslash-
> >newline after a pipe.)
>
> But "set -C" is POSIX.
Yes. The 'other' was supposed to refer to glitches only, not to the
POSIX-ness of things. Sorry if I was not clear.
(If you'd stick to POSIX only without taking additional limitations into
account, there'd be more trouble...)
Cheers,
Ralf