Skip to content

Remove unnecessary executable permission from .ps1 scripts

Brad King requested to merge brad.king/cmake:ps1-not-exe into master

Powershell scripts cannot be launched as commands on Windows. They must be run through the powershell or pwsh tool.

Merge request reports