From afac5ba023ada2ff1a7a56a0b61f63be2fd4224a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 Sep 2006 18:48:21 +0000 Subject: [PATCH] Fix typo: "&" should be "&&". Problem reported by Jim Meyering. --- README-cvs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-cvs b/README-cvs index c25499be..6f3bcb4c 100644 --- a/README-cvs +++ b/README-cvs @@ -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. -- 2.45.2