-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-207) Some pkgs incorrectly use arguments
* Set $installArguments to the environment variable * Set $forcex86 to the environment variable * Set $packageParameters to the environment variable * Set $overrideArgs to the environment variable
- Loading branch information
1 parent
b183bfa
commit abe92f3
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 comments
on commit abe92f3
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.
@ferventcoder seems like the easier route to take, than to try to chase package maintainers to not use that variable. 👍
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.
Well you should see the other commits - ugh
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.
Ah! Missed the other commits :-(
Ugh - works in POSH v2 but no other version. I thought I caught testing in other POSHs, but apparently not. :/ #215 & #216