From 6d10a24d55bfdadcce69f3f0beb4c1a018af8060 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 10 Sep 2018 09:24:34 +0200 Subject: lib/common-functions: failsafe_sftp() new --- bin/copy-to-build-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/copy-to-build-support') diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index 8024965..70e26e7 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -189,7 +189,7 @@ if [ -s "${tmp_dir}/to-copy" ]; then fi if [ -s "${tmp_dir}/sftp-command" ]; then - ${master_mirror_sftp_command} < \ + failsafe_sftp < \ "${tmp_dir}/sftp-command" fi -- cgit v1.2.3