-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #4000, handle arch-specific env_add_path #4013
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix
env_set
(env_rm) too (https://github.com/lukesampson/scoop/blob/96de9c14bb483f9278e4b0a9e22b1923ee752901/lib/install.ps1#L952-L981)
In this codebase it has to be fixed on multiple places.
- bin\uninstall
- libexec\scoop-update
- libexec\scoop-uninstall
Sure, I'll see to it. |
@Ash258 And you are working on the |
My changes will not go here. |
Mind me asking why? |
fix(tests): Force pester v4 (ScoopInstaller#4040)
Merge upstream commits
/verify |
kindly ping |
@rashil2000 You should merge everything into |
Will keep that in mind. What about PR's that already have |
Retarget them, by using |
Sure, thanks! |
This fixes #4000