From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E2E5158086 for ; Fri, 12 Nov 2021 18:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A47CE2BC086; Fri, 12 Nov 2021 18:19:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E4B22BC086 for ; Fri, 12 Nov 2021 18:19:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33D6F3430BA for ; Fri, 12 Nov 2021 18:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6AAF13F for ; Fri, 12 Nov 2021 18:19:02 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1636741124.724fbc1c2982f9f8279e67d5e121c9007e77992b.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: scripts/ X-VCS-Repository: proj/releng X-VCS-Files: scripts/copy_buildsync.sh X-VCS-Directories: scripts/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 724fbc1c2982f9f8279e67d5e121c9007e77992b X-VCS-Branch: master Date: Fri, 12 Nov 2021 18:19:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fe1ed42-ee38-4cd9-a44a-353f8616ab30 X-Archives-Hash: 7e443ba10eefd6b159db946f0451613b commit: 724fbc1c2982f9f8279e67d5e121c9007e77992b Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 12 18:18:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 12 18:18:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=724fbc1c This is bash. Prepare to be substituted. Signed-off-by: Andreas K. Hüttel gentoo.org> scripts/copy_buildsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 0308da39..7053147f 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -239,7 +239,7 @@ process_arch() { if test -s "${_dead}"; then echo "copy_buildsync: removing dead latest*txt files:" 1>&2 - foreach txtfil in $(cat "${_dead}") ; do + for txtfil in $(cat "${_dead}") ; do rm -v "${txtfil}" 1>&2 done fi