From a706bd5ed8f33f7a35b4abe4fcab695f5eb7fc95 Mon Sep 17 00:00:00 2001 From: Federer Fanatic <22579060+federerfanatic@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:23:52 -0500 Subject: [PATCH] Updated _Footer (markdown) --- _Footer.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_Footer.md b/_Footer.md index d6541fc..85ba6ca 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1 +1,5 @@ -found this page helpful, drop a star :) \ No newline at end of file +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? \ No newline at end of file