fixed position of -z flag
This commit is contained in:
parent
991a71133f
commit
0fa21008d1
1 changed files with 1 additions and 1 deletions
|
@ -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 . ' ';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue