commit:     2db00e57a0f1f2715404f4b7b85f5ca8d8f1fbfe
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 20:54:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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

Reply via email to