commit: f72b1445e2f9541714739d7fe166ab4d9a0a96a6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:29:48 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:31:11 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f72b1445
Revert "This is bash. Prepare to be substituted."
This reverts commit 724fbc1c2982f9f8279e67d5e121c9007e77992b.
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> 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 7053147f..0308da39 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
- for txtfil in $(cat "${_dead}") ; do
+ foreach txtfil in $(cat "${_dead}") ; do
rm -v "${txtfil}" 1>&2
done
fi