1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-23 11:00:54 +00:00

Missing $ operator

This commit is contained in:
AnyOldName3 2025-12-22 20:28:40 +00:00
parent f884c26631
commit 136a4d02fc

View file

@ -674,7 +674,7 @@ macOS15_Xcode16_arm64:
destinations+=("$destination")
echo "Unzipping '$partial' to '$destination'"
unzip -d "$destination" "incoming_artifacts/$partial"
done < merge_list
done < $merge_list
done
- |
for destination in ${destinations[@]}; do