Skip to content

Commit

Permalink
Merge pull request sstephenson#177 from joshrabinowitz/redirection-do…
Browse files Browse the repository at this point in the history
…cs-fix

fix doc error in fd 3 redirect-and-close example (fixes sstephenson#176)
  • Loading branch information
sublimino authored Feb 6, 2019
2 parents 5eb45c1 + 3681376 commit 75ca7bb
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 75ca7bb

Please sign in to comment.