mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
SC2039: Link SC3026 "^ in place of !" earlier pointed here
@@ -285,6 +285,12 @@ nohup <command>
|
|||||||
Note that while `nohup` can be used to achieve the same result, their semantics is different.
|
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.
|
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
|
## Exception
|
||||||
|
|
||||||
Depends on what your expected POSIX shell providers would use.
|
Depends on what your expected POSIX shell providers would use.
|
||||||
|
Reference in New Issue
Block a user