aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-12 19:29:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-12 19:31:11 +0100
commitf72b1445e2f9541714739d7fe166ab4d9a0a96a6 (patch)
tree7c88adf671cf114a72608f5e18e06fc2a1df70ca /scripts
parentThis is bash. Prepare to be substituted. (diff)
downloadreleng-f72b1445e2f9541714739d7fe166ab4d9a0a96a6.tar.gz
releng-f72b1445e2f9541714739d7fe166ab4d9a0a96a6.tar.bz2
releng-f72b1445e2f9541714739d7fe166ab4d9a0a96a6.zip
Revert "This is bash. Prepare to be substituted."
This reverts commit 724fbc1c2982f9f8279e67d5e121c9007e77992b. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy_buildsync.sh2
1 files changed, 1 insertions, 1 deletions
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