From 84c47cad74a377c43b68ca2d479ca137523e9c43 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 2 Mar 2002 18:31:38 +0000 Subject: fix a typo Original commit message from CVS: fix a typo --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 80c5ef5e..20fe9c3d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,7 @@ then cvs co common else echo "+ updating common/ from cvs" - cd common; cvs -update -dP; cd .. + cd common; cvs update -dP; cd .. fi # source helper functions -- cgit