Skip to content
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

Add support for PowerShell 7.2+ #1916

Merged
merged 1 commit into from Feb 25, 2023

Commits on Feb 24, 2023

  1. Add support for PowerShell 7.2+

    PowerShell 7.2 has changed the way arguments are passed to executables.
    This was originally an experimental feature in 7.2, but as of 7.3 it is
    built-in. A simple "" is now sufficient for passing empty arguments, no
    back-tick escaping is required.
    
    Fixes spf13#1849
    
    Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
    Oldřich Jedlička authored and oldium committed Feb 24, 2023
    Copy the full SHA
    916fef1 View commit details
    Browse the repository at this point in the history