RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
285 stars 76 forks source link

Use capitalized version of Noop to avoid issues on linux #75

Closed kars7e closed 6 years ago

kars7e commented 6 years ago

Use Noop.ps1 instead of noop.ps1 to avoid issues on case-sensitive file systems.

Fixes #74

RamblingCookieMonster commented 6 years ago

Awesome, thanks @kars7e!

RamblingCookieMonster commented 6 years ago

I suspect there are a number of other issues to tackle before cross platform works or is remotely reliable : )

Cheers!