Skip to content

Fix extension startup on Linux/macOS with PS 6 Alpha 18 #665

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

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Apr 7, 2017

This change fixes an issue caused by PowerShell 6 Alpha 18 where the
PSModulePath casing on UNIX systems has been changed from PSMODULEPATH
back to PSModulePath. This change broke the startup script that
manipulates the PSModulePath so the extension fails to load in the new
version.

This is a breaking change for those using a previous version of
PowerShell 6 on UNIX systems.

Fixes #662.

This change fixes an issue caused by PowerShell 6 Alpha 18 where the
PSModulePath casing on UNIX systems has been changed from PSMODULEPATH
back to PSModulePath.  This change broke the startup script that
manipulates the PSModulePath so the extension fails to load in the new
version.

This is a breaking change for those using a previous version of
PowerShell 6 on UNIX systems.

Fixes PowerShell#662.
@daviwil daviwil added this to the 0.12.2 milestone Apr 7, 2017
@daviwil daviwil merged commit d62a098 into PowerShell:develop Apr 7, 2017
@daviwil daviwil deleted the fix-662 branch April 7, 2017 21:35
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