mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* doc/bison.texinfo (Bison Options): Escape @' in $@'.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
|
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
|
||||||
|
|
||||||
2003-10-07 Paul Eggert <eggert@twinsun.com>
|
2003-10-07 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
* tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
|
* tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
|
||||||
|
|||||||
@@ -6214,7 +6214,7 @@ compatibility with @acronym{POSIX}:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
bison -y "$@"
|
bison -y "$@@"
|
||||||
@end example
|
@end example
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user