mirror of https://github.com/apache/maven.git
fix batchmode setting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@404871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d39042df93
commit
d064382823
|
@ -80,7 +80,7 @@ sub syncSource()
|
|||
$repoDirectory = $sourceConfiguration->val( "host", "repoDirectory" );
|
||||
}
|
||||
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -o BatchMode -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -oBatchMode=yes -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
|
||||
runRsync( $cmd, $sourceConfiguration );
|
||||
|
||||
|
|
Loading…
Reference in New Issue