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

View File

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