Skip to content

Commit

Permalink
fix doc error in fd 3 redirect-and-close example
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrabinowitz authored Feb 6, 2019
1 parent 5eb45c1 commit 3681376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ service that will run indefinitely), Bats will be similarly blocked for the same
amount of time.

**To prevent this from happening, close FD 3 explicitly when running any command
that may launch long-running child processes**, e.g. `command_name 3>- &`.
that may launch long-running child processes**, e.g. `command_name 3>&-` .

### Printing to the terminal

Expand Down

0 comments on commit 3681376

Please sign in to comment.