This is bash. Prepare to be substituted.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-12 19:18:44 +01:00
parent 8623ef538c
commit 724fbc1c29
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -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