From 104db9496a360ebaefd3b8df8bf179a1906e454b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 27 Nov 2021 15:58:30 +0100 Subject: [PATCH] Update update_distribution.sh --- .github/update_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index d5472e2d2..f248f228e 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -422,7 +422,7 @@ install_shadow_masks() { echo "Installing Shadow Masks ${4}" - for file in $(find "${TMP_FOLDER}" -iname '*.txt' -print) ; do + for file in $(ls "${TMP_FOLDER}") ; do copy_file "${file}" "${TARGET_DIR}/Shadow_Masks/${file}" done }