From e15fe8dcff8237789ec5c5dea78d6d01b1c91947 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Tue, 29 Jul 2025 10:15:52 +0900 Subject: [PATCH] Updated SC2239 (markdown) --- SC2239.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.