From 2bd14f63a61824d115cc89ea9774b2b1eb27f5f5 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 21 Apr 2017 09:48:29 +0000 Subject: [PATCH] pkg.sh: Add RSYNC_SSH to environment Signed-off-by: Jan Lindemann --- scripts/pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkg.sh b/scripts/pkg.sh index 40b93326..df9098c7 100644 --- a/scripts/pkg.sh +++ b/scripts/pkg.sh @@ -523,7 +523,7 @@ upload_file() target=$target_base/rpm/$t/$f:$upload_attrib fi echo "+ uploading $target" - /bin/bash $MOD_SCRIPT_DIR/upload.sh $DIST_PCKG_DIR/$f $target + RSYNC_RSH=$SSH /bin/bash $MOD_SCRIPT_DIR/upload.sh $DIST_PCKG_DIR/$f $target } upload_pkg()