Updated _Footer (markdown)

Federer Fanatic
2024-01-31 08:23:52 -05:00
parent 42088426df
commit a706bd5ed8

@@ -1 +1,5 @@
found this page helpful, drop a star :)
The SC2317 error message gets invoked if one has two functions definitions with the same name. By bash conventions the later definition
gets used which implies the earlier (in the file where it's defined) gets ignored, i.e., "Command appears to be unreachable" is seen
in the output of shellcheck.
Perhaps the message should say what I have observed, i.e., "Hey dude, you have defined two functions with same name in the file. Bash ain't going use the first definition on Lines A to B". Perhaps a new error code is inorder?