diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-02 18:31:38 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-02 18:31:38 +0000 |
commit | 869506393864a75b3a20b133833982549c37036f (patch) | |
tree | 5a35efa33aa7e6c9adafbf863b1ab2d37951bebd /autogen.sh | |
parent | 1e6bd872f4a7cbe64399ad5ffa2b6cf8495f85b4 (diff) |
fix a typo
Original commit message from CVS:
fix a typo
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 80c5ef5e7..20fe9c3dc 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 |