Skip to content
  • Bernhard Burgermeister's avatar
    Ninja: Fix command concatenation on Windows · 5e0e03d9
    Bernhard Burgermeister authored and Brad King's avatar Brad King committed
    Put commands that contain `||` into brackets to avoid early abort of
    execution by `cmd.exe` because `||` has higher precedence than `&&` in
    `cmd.exe`.
    
    Add test to check for command execution after `||` as part of a
    parameter and as command separator.
    
    Fixes: #16850
    5e0e03d9