mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Another minor grammatical fix
@@ -19,7 +19,7 @@ ShellCheck is not able to include sourced files from paths that are determined a
|
|||||||
|
|
||||||
Use a [[Directive]] to point shellcheck to a fixed location it can read instead.
|
Use a [[Directive]] to point shellcheck to a fixed location it can read instead.
|
||||||
|
|
||||||
ShellCheck v0.7.2+ will strip a single expansion followed by a slash, e.g. `${var}/util.sh` or `$(dirname "${BASH_SOURCE[0]}")/util.sh`, and treat them as `./util.sh`. This allows the use of `source-path` directives or `-P` flags to specify the a location.
|
ShellCheck v0.7.2+ will strip a single expansion followed by a slash, e.g. `${var}/util.sh` or `$(dirname "${BASH_SOURCE[0]}")/util.sh`, and treat them as `./util.sh`. This allows the use of `source-path` directives or `-P` flags to specify the location.
|
||||||
|
|
||||||
### Exceptions:
|
### Exceptions:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user