Skip to content
  • scivision's avatar
    Ninja: Use absolute path to COMSPEC if possible · 6ebf0e1a
    scivision authored and Brad King's avatar Brad King committed
    If the COMSPEC is set to an absolute path, use it instead of just
    `cmd.exe`.  This avoids searching for the tool in the current working
    directory and the `PATH`.  If COMSPEC is not set to an absolute path,
    fall back to the existing behavior.
    
    Issue: #18350
    6ebf0e1a