X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=tools%2Fpatman%2Fcommand.py;h=7212fdfd40a1b45fd0d7c797dda647f59c7cce7b;hp=449d3d0e0352861bf4e9ba6556c0cbfc1f9ab3b5;hb=ddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4;hpb=6208fcef9457f3c9b72c482376cfdba4c60cb728 diff --git a/tools/patman/command.py b/tools/patman/command.py index 449d3d0e03..7212fdfd40 100644 --- a/tools/patman/command.py +++ b/tools/patman/command.py @@ -48,6 +48,8 @@ def RunPipe(pipe_list, infile=None, outfile=None, last_pipe = None pipeline = list(pipe_list) user_pipestr = '|'.join([' '.join(pipe) for pipe in pipe_list]) + kwargs['stdout'] = None + kwargs['stderr'] = None while pipeline: cmd = pipeline.pop(0) if last_pipe is not None: