Commit 1fbd1c1
committed
Fix extension startup on Linux/macOS with PS 6 Alpha 18
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.1 parent 054f712 commit 1fbd1c1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments