Updated SC2033 (markdown)

koalaman
2014-08-16 10:52:06 -07:00
parent e47ffceba8
commit 40955d74b5

@@ -19,6 +19,7 @@ Instead, the function contents can be executed in a shell, either through `sh -c
If you're intentionally passing a word that happens to have the same name as a declared function, you can quote it to make shellcheck ignore it, e.g.
apt-get() {
sudo "apt-get" "$@"
nobody() {
sudo -u "nobody" "$@"
}