Treat $x/ or $(x)/ as ./ when finding sourced files (fixes #1998)

This commit is contained in:
Vidar Holen
2020-06-28 17:24:07 -07:00
parent 1b884a17ea
commit 210cdcd01a
4 changed files with 25 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
- SC1072/SC1073 now respond to disable annotations, though ignoring parse errors
is still purely cosmetic and does not allow ShellCheck to continue.
### Changed
- SC1090: A leading `$x/` or `$(x)/` is now treated as `./` when locating files
## v0.7.1 - 2020-04-04
### Fixed