From f72b1445e2f9541714739d7fe166ab4d9a0a96a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 12 Nov 2021 19:29:48 +0100 Subject: [PATCH] Revert "This is bash. Prepare to be substituted." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 724fbc1c2982f9f8279e67d5e121c9007e77992b. Signed-off-by: Andreas K. Hüttel --- 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 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