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

Quote args for bash, fixes #61056 #61409

Closed
wants to merge 1 commit into from

Commits on Oct 20, 2018

  1. Quote args for bash, fixes microsoft#61056

    The TerminalLauncher does not properly escape arguments for the Bash
    shell. This change wraps all arguments in single-quotes, and escapes the
    single quote. This means that bash special characters in arguments will not be
    evaluated.
    Brcrwilliams committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    6d07235 View commit details
    Browse the repository at this point in the history