]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
fix a typo
authorAndy Wingo <wingo@pobox.com>
Sat, 2 Mar 2002 18:31:38 +0000 (18:31 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 2 Mar 2002 18:31:38 +0000 (18:31 +0000)
Original commit message from CVS:
fix a typo

autogen.sh

index 80c5ef5e71b08afd9d5e2cd81e58ecec6d9be16c..20fe9c3dcd895a776eafbe73bdb8f169fac5dc70 100755 (executable)
@@ -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