summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-02 18:31:38 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-02 18:31:38 +0000
commit869506393864a75b3a20b133833982549c37036f (patch)
tree5a35efa33aa7e6c9adafbf863b1ab2d37951bebd
parent1e6bd872f4a7cbe64399ad5ffa2b6cf8495f85b4 (diff)
downloadgstreamer-plugins-base-869506393864a75b3a20b133833982549c37036f.tar.gz
fix a typo
Original commit message from CVS: fix a typo
-rwxr-xr-xautogen.sh2
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