From b24aba93ba18f1423ff36cc343bc47385ce434ab Mon Sep 17 00:00:00 2001 From: Pierre Wieser Date: Thu, 24 Feb 2011 18:48:13 +0100 Subject: [PATCH] release-tarball.sh: be less verbose --- tools/release-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release-tarball.sh b/tools/release-tarball.sh index 773ac54b..c5d86b68 100755 --- a/tools/release-tarball.sh +++ b/tools/release-tarball.sh @@ -375,7 +375,7 @@ desthost="stormy.trychlos.org" msg "installing in ${lib_desthost}${destdir}" cmd="mkdir -p "${destdir}"" [ "${local}" = "yes" ] && command "${cmd}" || command "ssh ${desthost} '${cmd}'" -command "scp -v "${opt_tarname}" "${lib_desthost}${destdir}/"" +command "scp "${opt_tarname}" "${lib_desthost}${destdir}/"" cmd="sha1sum ${destdir}/${opt_tarname} > ${destdir}/${opt_tarname}.sha1sum" [ "${local}" = "yes" ] && command "${cmd}" || command "ssh ${desthost} '${cmd}'" if [ "${opt_stable}" = "yes" ]; then -- 2.11.4.GIT