Enforce a real path to the install script#13202
Enforce a real path to the install script#13202yecril71pl wants to merge 4 commits intoPowerShell:masterfrom
Conversation
Fixes a warning from a static analyzer.
As required by static analysis.
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
PaulHigin
left a comment
There was a problem hiding this comment.
I don't see any harm in this, but also don't understand why it is necessary.
|
It is not necessary any more, I have been overtaken. |
PR Summary
PowerShell has funny providers that must be materialised before sending to external programs. Fixes #13201.
PR Context
This pull request replaces an internal path which only PowerShell understands with the corresponding universally accessible operating system path.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.