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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 602A41586A6 for ; Tue, 17 Aug 2021 22:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A85C2E0848; Tue, 17 Aug 2021 22:04:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EC3DE0848 for ; Tue, 17 Aug 2021 22:04:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D903335D8D for ; Tue, 17 Aug 2021 22:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A564286F for ; Tue, 17 Aug 2021 22:04:12 +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: <1629233873.2db00e57a0f1f2715404f4b7b85f5ca8d8f1fbfe.dilfridge@gentoo> Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: / X-VCS-Repository: proj/toolchain/binutils-patches X-VCS-Files: make-tarball.sh X-VCS-Directories: / X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2db00e57a0f1f2715404f4b7b85f5ca8d8f1fbfe X-VCS-Branch: master Date: Tue, 17 Aug 2021 22:04:12 +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: 5ef9bd6f-4043-4222-b09c-67949542c7f6 X-Archives-Hash: b07ec873012e25052ed8cc8500c8bb1c commit: 2db00e57a0f1f2715404f4b7b85f5ca8d8f1fbfe Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Aug 17 20:54:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Aug 17 20:57:53 2021 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=2db00e57 Allow for empty patchsets Signed-off-by: Andreas K. Hüttel gentoo.org> make-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-tarball.sh b/make-tarball.sh index 463cb4a..cb50a93 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -130,7 +130,7 @@ rm -f 0???-no-patch-*.patch rm -f 0???-Automatic-date-update-in-version.in.patch for myname in 0*.patch ; do - mv ${myname} tmp/patch/ || exit 1 + mv ${myname} tmp/patch/ done # add the extra patch