defaults: win: 'shellpipe' for cmd.exe (#8827)

">%s 2>&1" redirects stderr to a file, same as 'shellredir' on Windows.
This commit is contained in:
Jan Edmund Lazo 2018-08-08 17:37:14 -04:00 committed by Justin M. Keyes
parent 8213109304
commit c1187d4af0
1 changed files with 3 additions and 3 deletions

View File

@ -2044,9 +2044,9 @@ return {
vi_def=true,
varname='p_sp',
defaults={
condition='UNIX',
if_true={vi="| tee"},
if_false={vi=">"},
condition='WIN32',
if_true={vi=">%s 2>&1"},
if_false={vi="| tee"},
}
},
{