Exception: update working in regards to added "Note:"

Jari Aalto
2025-02-03 11:21:43 +02:00
parent be05fd625b
commit ab79810125

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