mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-23 11:00:54 +00:00
Missing $ operator
This commit is contained in:
parent
f884c26631
commit
136a4d02fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue