Skip to content

Commit

Permalink
Add missing & in port zombie script (elixir-lang#7287)
Browse files Browse the repository at this point in the history
This is needed to background the processing being run so that control
could move on to the read loop.
  • Loading branch information
fhunleth authored and josevalim committed Jan 31, 2018
1 parent dcbd276 commit c42df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/port.ex
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ defmodule Port do
script in bash:
#!/bin/sh
"$@"
"$@" &
pid=$!
while read line ; do
:
Expand Down

0 comments on commit c42df09

Please sign in to comment.