We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92650c8 commit 6eaac2dCopy full SHA for 6eaac2d
lib/elixir/lib/port.ex
@@ -132,9 +132,9 @@ defmodule Port do
132
While we encourage graceful termination by detecting if stdin/stdout has been
133
closed, we do not always have control over how third-party software terminates.
134
In those cases, you can wrap the application in a script that checks for stdin.
135
- Here is such script in `sh`:
+ Here is such script that has been verified to work on bash shells:
136
137
- #!/bin/sh
+ #!/usr/bin/env bash
138
139
# Start the program in the background
140
exec "$@" &
0 commit comments