From 7ce2eec8d603c66c75bdaba23b14416e9eacfd63 Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 18:47:48 +0100 Subject: [PATCH] Updated SC2040 (markdown) --- SC2040.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2040.md b/SC2040.md index 9cc3ed7..2dc77ed 100644 --- a/SC2040.md +++ b/SC2040.md @@ -1,6 +1,6 @@ ## `#!/bin/sh` was specified, so ____ is not supported, even when sh is actually bash. -_Note removed in [v0.4.2 - 2016-01-10](https://github.com/koalaman/shellcheck/commit/f77821625c8e9203712f276d470341459ee60455)_ +_Note: Removed in [v0.4.2 - 2016-01-10](https://github.com/koalaman/shellcheck/commit/f77821625c8e9203712f276d470341459ee60455)_ The shebang indicates that the script works with `/bin/sh`, but you are using non-standard features that may not work with `/bin/sh`, **even if /bin/sh is actually bash**. Bash behaves differently when invoked as `sh`, and disabling support for the highlighted feature is one part of that.