From 724fbc1c2982f9f8279e67d5e121c9007e77992b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 12 Nov 2021 19:18:44 +0100 Subject: [PATCH] This is bash. Prepare to be substituted. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 0308da39..7053147f 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 - foreach txtfil in $(cat "${_dead}") ; do + for txtfil in $(cat "${_dead}") ; do rm -v "${txtfil}" 1>&2 done fi