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