PowerShell / WindowsCompatibility

Module that allows Windows PowerShell Modules to be used from PSCore6
Other
137 stars 33 forks source link

Fix adding '.WinModule' with every execution of Import-WinModule command if the module is from NeverClobberList #65

Open sethvs opened 5 years ago

sethvs commented 5 years ago

Fix #64

Each execution of the Import-WinModule adds .WinModule to the name of the imported module if the module is from NeverClobberList.

This PR adds check if the name already ends with .WinModule.