commit | 76e801a28cc35f50e24abf2bd79526d8284254d9 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Mon Jul 07 09:55:07 2025 -0700 |
committer | Arthur She <arthur.she@linaro.org> | Mon Jul 07 09:55:07 2025 -0700 |
tree | 3eab6942b3cf8f068c49a4282c6e6651ef0e4a01 | |
parent | 9f6136a69b61597c6e65f824c3bcaf11030e3597 [diff] |
fvp-docker-images/builders.sh: fix for-loop iteration issue Removed unnecessary double quotes around the variable in the for-loop. Quoting caused the loop to treat the entire string as a single item, preventing correct iteration over individual file names. Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: I4be827893242181503936733b5e28cf031d6dff1