From 38d27cea888b76f314b42633bd738c488f3bae70 Mon Sep 17 00:00:00 2001 From: Federer Fanatic <22579060+federerfanatic@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:35:50 -0500 Subject: [PATCH] Destroyed _Footer (markdown) --- _Footer.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md deleted file mode 100644 index 85ba6ca..0000000 --- a/_Footer.md +++ /dev/null @@ -1,5 +0,0 @@ -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