From ab79810125c8fd8ef0944c268f42452c79004a2e Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 3 Feb 2025 11:21:43 +0200 Subject: [PATCH] Exception: update working in regards to added "Note:" --- SC2006.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2006.md b/SC2006.md index 4c6f0d3..ace290e 100644 --- a/SC2006.md +++ b/SC2006.md @@ -26,7 +26,7 @@ Note: The `$(...)` syntax was introduced in the 1989 Korn Shell (ksh). Finally, ### Exceptions -- Some legacy sh implementations (like Solaris) do not support `$(...)`, it is necessary to use backtick command substitution there. See [\[mc-devel\] \[PATCH\] Prefer $() to backticks in sh script](https://lists.midnight-commander.org/pipermail/mc-devel/2024-November/011241.html) and follow-ups. +- Some very old, legacy sh implementations, may not support `$(...)` and might require the use of backtick command substitution. See [\[mc-devel\] \[PATCH\] Prefer $() to backticks in sh script](https://lists.midnight-commander.org/pipermail/mc-devel/2024-November/011241.html) and follow-ups. ### Related resources: