Skip to content

otp: fixes windows powershell#11055

Merged
kikofernandez merged 2 commits intoerlang:masterfrom
kikofernandez:kiko/fix-windows-zip
Apr 22, 2026
Merged

otp: fixes windows powershell#11055
kikofernandez merged 2 commits intoerlang:masterfrom
kikofernandez:kiko/fix-windows-zip

Conversation

@kikofernandez
Copy link
Copy Markdown
Contributor

@kikofernandez kikofernandez commented Apr 22, 2026

powershell parses $env:BASENAME.zip as accessing the property .zip on $env:BASENAME. this property does not exist and it was not the intention.

this commit assigns the env variable to powershell variable, so any other $basename.zip is interpreted as expanding the variable, and not as accessing a property

Fixes broken powershell variable expansion from #11000

powershell parses $env:BASENAME.zip as accessing the property .zip on
$env:BASENAME. this property does not exist and it was not the
intention.

this commit assigns the env variable to powershell variable, so any
other $basename.zip is interpreted as expanding the variable, and not as
accessing a property
@kikofernandez kikofernandez self-assigned this Apr 22, 2026
@kikofernandez kikofernandez requested a review from Whaileee April 22, 2026 11:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

CT Test Results

  1 files   11 suites   2m 58s ⏱️
 96 tests  92 ✅ 4 💤 0 ❌
112 runs  108 ✅ 4 💤 0 ❌

Results for commit a9b1483.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@kikofernandez kikofernandez merged commit 264def5 into erlang:master Apr 22, 2026
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants