fixed position of -z flag

This commit is contained in:
Yann Dirson 2004-08-15 10:14:02 +00:00
parent 991a71133f
commit 0fa21008d1

View file

@ -52,7 +52,7 @@ if (@ARGV == 1) {
## base of the command
our $basecmd = 'cvs -f upd -dP -z4 ';
our $basecmd = 'cvs -f -z4 upd -dP ';
$basecmd .= '-j ' . $basetag . ' ' if defined $basetag;
$basecmd .= '-j ' . $targettag . ' ';