reorganized Config file
[hdw-linux/hdw-linux.git] / scripts / Download
index 5001ce6..9c6b0dc 100755 (executable)
@@ -190,7 +190,7 @@ for dir in `ls -A --ignore="CVS" ./download`; do
                        rm -rf $file $module
                        dlerror=0
                        if [ "${is_cvs}" = "cvs" ] ; then
-                               cvs -z 9 -d:pserver:${user}@${loc}:/${repos} co $module
+                               cvs -z3 -d:pserver:${user}@${loc}:/${repos} co $module
                                [ "$?" != "0" ] && dlerror=1
                        else
                                export CVS_RSH=ssh