Revert "This is bash. Prepare to be substituted."

This reverts commit 724fbc1c29.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-12 19:29:48 +01:00
parent 724fbc1c29
commit f72b1445e2
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 if test -s "${_dead}"; then
echo "copy_buildsync: removing dead latest*txt files:" 1>&2 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 rm -v "${txtfil}" 1>&2
done done
fi fi