From 7c49a9efa60cf651333073690adfc7ba2110d6ab Mon Sep 17 00:00:00 2001 From: Grzegorz Szymaszek Date: Sun, 3 Nov 2024 10:32:57 +0100 Subject: [PATCH] Add an exception on Solaris --- SC2006.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2006.md b/SC2006.md index d1b077e..450b866 100644 --- a/SC2006.md +++ b/SC2006.md @@ -24,7 +24,7 @@ Backtick command substitution `` `...` `` is legacy syntax with several issues. ### Exceptions -None. +- 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. ### Related resources: