aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy_buildsync.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 0308da39..81137b43 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -238,10 +238,8 @@ process_arch() {
done >"${_dead}"
if test -s "${_dead}"; then
- echo "copy_buildsync: removing dead latest*txt files:" 1>&2
- foreach txtfil in $(cat "${_dead}") ; do
- rm -v "${txtfil}" 1>&2
- done
+ echo "copy_buildsync: dead latest*txt files to verify:" 1>&2
+ cat "${_dead}" 1>&2
fi
mv -f "${_dead}" "${logdir}/dead-latest-txt.txt"