commit: 724fbc1c2982f9f8279e67d5e121c9007e77992b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:18:44 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <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 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