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
Piped commands fail when forward slash is used with
executable. For example: `echo a | C:/gcc/bin/gcc.exe`
fails with the following error:
'C:' is not recognized as an internal or external
command, operable program or batch file.
Converting path to backslash avoids the error.
Signed-off-by: Georgij Cernysiov <[email protected]>
0 commit comments