1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2119 (markdown)

Joachim Ansorg 2021-11-12 19:35:40 +01:00
parent 689fb6cfd6
commit 26d47fb075

@ -1,3 +1,3 @@
# Use foo "$@" if function's $1 should mean script's $1.
# Use `foo "$@"` if function's `$1` should mean script's `$1`.
See companion warning [[SC2120]].