summaryrefslogtreecommitdiff
path: root/lib/sbin/checkout.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-27 17:05:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-27 17:05:09 +0000
commit219804dce2c927d5c0580ac92a97d99c51698ffd (patch)
treebe35ee658763240ffb8e5d82b6ed54056103bebf /lib/sbin/checkout.pl
parente097705303bdcd425139b37e825297b74015f63e (diff)
Added z9 for checkout
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1000 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/checkout.pl')
-rw-r--r--lib/sbin/checkout.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/checkout.pl b/lib/sbin/checkout.pl
index df0cb4a0..95624743 100644
--- a/lib/sbin/checkout.pl
+++ b/lib/sbin/checkout.pl
@@ -339,5 +339,5 @@ sub CheckOut
local($file) = @_;
print("Checking out $file\n");
- system("cvs -q checkout $file");
+ system("cvs -z9 -q checkout $file");
}