So in writing test scripts, I happened to read the man page for sh, and
in APPLICATION USAGE it mentions that
"Applications should note that the standard PATH to the shell cannot be
assumed to be either /bin/sh or /usr/bin/sh, and should be determined by
interrogation of the PATH returned by getcon
assistance.
Incidentally according to man 1posix yacc it seems that in posix 2003
there are command line options for changing file prefix or symbol prefix.
Christian Csar
Erik de Castro Lopo wrote:
> Christian Csar wrote:
>
>> Is there anyway to control the behavior of ylwrap? The
Is there anyway to control the behavior of ylwrap? The project I am
converting has its parsers use files like foo.l and foo.y for the lex
and yacc files as they go together, and automake then converts both of
these to foo.c, overwriting the first seemingly silently. Admittedly I
solved this by chan