SC2039: Link SC3026 "^ in place of !" earlier pointed here

maxnikulin
2023-04-20 18:03:17 +07:00
parent 855e3c7538
commit 5978106c66

@@ -285,6 +285,12 @@ nohup <command>
Note that while `nohup` can be used to achieve the same result, their semantics is different.
Also note that `nohup` will, by default, redirect input and output.
## Errors with changed codes
Some errors, currently having their own pages, were linked to this page in older ShellCheck versions.
- [SC3026: In POSIX sh, `^` in place of `!` in glob bracket expressions is undefined.](SC3026)
## Exception
Depends on what your expected POSIX shell providers would use.