Fixes issues with globbing files with partial match(#23)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
pvogt09
2020-07-28 13:54:55 +02:00
committed by GitHub
parent c7d4e499f1
commit 73cbb64041
2 changed files with 29 additions and 18 deletions

6
testfiles/bashfile.c Normal file
View File

@@ -0,0 +1,6 @@
/* C code test file
* file that should not be matched for shellcheck runs
*/
int main(void) {
return 0;
}