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