Skip to content

Commit

Permalink
Bugfix: replace the standard error in the pipe .
Browse files Browse the repository at this point in the history
This was not the cause of the errors.
  • Loading branch information
brotherbard committed Dec 5, 2009
1 parent 06307c1 commit 87626d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBEasyPipe.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ + (NSTask *) taskForCommand:(NSString *)cmd withArgs:(NSArray *)args inDir:(NSSt

NSPipe* pipe = [NSPipe pipe];
[task setStandardOutput:pipe];
[task setStandardError:pipe];
return task;
}

Expand Down

0 comments on commit 87626d2

Please sign in to comment.