Fix typo: "&" should be "&&". Problem reported

by Jim Meyering.
This commit is contained in:
Paul Eggert
2006-09-11 18:48:21 +00:00
parent 3dc5e96b85
commit afac5ba023

View File

@@ -30,7 +30,7 @@ out-of-date version of the C code, but the process is not foolproof.
Also, you may run into similar problems yourself if you modify Bison.
Only building the initial full source tree will be a bit painful,
later, a plain `cvs update -P & make' should be sufficient.
later, a plain `cvs update -P && make' should be sufficient.
* First CVS checkout
@@ -59,7 +59,7 @@ Enjoy!
-----
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Bison.