diff --git a/SC2239.md b/SC2239.md index 1bb7bdb..cab01de 100644 --- a/SC2239.md +++ b/SC2239.md @@ -25,7 +25,7 @@ If you don't know where the interpreter is and you hoped to use `#! bash`, this ```sh #!/usr/bin/env bash echo "Hello World" -``` +``` While not required by POSIX, `env` can essentially always be found in `/usr/bin` and will search the PATH for the specified executable.