Skip to content

Commit

Permalink
Merge pull request #2604 from WestleyArgentum/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
JeffBezanson committed Mar 18, 2013
2 parents cbd42a4 + 4e2499f commit be3835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/process.jl
Expand Up @@ -368,7 +368,7 @@ function readall(cmd::AbstractCmd,stdin::AsyncStream)
return takebuf_string(out.buffer)
end

writeall(cmd::AbstractCmd, stdout::String) = writeall(cmd, stdout, null_handle)
writeall(cmd::AbstractCmd, stdin::String) = writeall(cmd, stdin, null_handle)
function writeall(cmd::AbstractCmd, stdin::String, stdout::AsyncStream)
(in,pc) = writesto(cmd, stdout)
write(in, stdin)
Expand Down

0 comments on commit be3835e

Please sign in to comment.