6 for file in tools-for-build
/*.txt
tests
/data
/*.txt
; do
7 f
="$(basename "$file")"
8 for dir
in "" auxiliary extracted CollationTest emoji
; do
15 echo "Required file $f found: $t"
18 elif [ "true" = "${SKIP[$f]}" ]; then
19 echo "Skipping file $f"
23 if [ -z "${FOUND[$file]}" -a -z "${SKIP[$f]}" ]; then
24 echo "Required file not found in $UCDIR: $f"
29 for file in "${!FOUND[@]}"; do
30 cp "${FOUND[$file]}" "$file"