Re: Yacc script correct?

2007-05-27 Thread Hans Aberg
On 26 May 2007, at 20:19, Joel E. Denny wrote: The Bison from CVS (Mac OS X, version 10.4.9) produces the script / usr/local/bin/yacc: #! /bin/sh exec '/usr/local/bin/bison' -y "" Thanks. I committed the following to fix that. I rebuilt it from the CVS, and now it is correct. Thanks. Perha

Re: Yacc script correct?

2007-05-26 Thread Joel E. Denny
On Wed, 23 May 2007, Hans Aberg wrote: > The Bison from CVS (Mac OS X, version 10.4.9) produces the script / > usr/local/bin/yacc: > #! /bin/sh > exec '/usr/local/bin/bison' -y "" Thanks. I committed the following to fix that. Index: ChangeLog ===

Yacc script correct?

2007-05-23 Thread Hans Aberg
The Bison from CVS (Mac OS X, version 10.4.9) produces the script / usr/local/bin/yacc: #! /bin/sh exec '/usr/local/bin/bison' -y "" Then 'yacc --version' produces: /usr/local/bin/bison: cannot open file `': No such file or directory And the same on other 'yacc' compiles. What should it be?