You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in -t targets, the file path is printed as a literal string. in -t inputs, shell quoting rules are applied.
i think -t inputs is in the wrong here: the path is not embedded inside a command string, so there's no reason to quote it. but fixing it is probably hard due to backwards compatibility. maybe ninja could add a -t inputs-unquoted? or -t inputs could take an --unquoted flag?