Add an exception on Solaris

Grzegorz Szymaszek
2024-11-03 10:32:57 +01:00
parent 63e7e64ddb
commit 7c49a9efa6

@@ -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: