diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-08-09 02:56:18 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 13:08:20 -0300 |
commit | f63fc11bdb2085c1a2e9a777e5f4fe673fbedc58 (patch) | |
tree | 2c0a86bc3ec789894395a6bd32130b8f8d424e69 /Configure | |
parent | a9bf3e8fd938d6a8e5f7b27e07e1afb0ffdab7b5 (diff) | |
download | perl-f63fc11bdb2085c1a2e9a777e5f4fe673fbedc58.tar.gz |
Configure: Pass the -r flag to scp when cross-compiling
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3003,11 +3003,11 @@ do case "\$f" in /*) $targetmkdir \`dirname \$f\` - $targetto -P $targetport $q \$f $targetuser@$targethost:\$f || exit 1 + $targetto -P $targetport -r $q \$f $targetuser@$targethost:\$f || exit 1 ;; *) $targetmkdir $targetdir/\`dirname \$f\` - $targetto -P $targetport $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1 + $targetto -P $targetport -r $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1 ;; esac done |