mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created SC2092 (markdown)
3
SC2092.md
Normal file
3
SC2092.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## Remove backticks to avoid executing output.
|
||||||
|
|
||||||
|
Backticks does the same thing as `$(..)`. See [[SC2091]] for a description of the same problem with this syntax.
|
Reference in New Issue
Block a user