From 5978106c66e503f1eb889842924d16e7a312e690 Mon Sep 17 00:00:00 2001 From: maxnikulin Date: Thu, 20 Apr 2023 18:03:17 +0700 Subject: [PATCH] SC2039: Link SC3026 "^ in place of !" earlier pointed here --- SC2039.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SC2039.md b/SC2039.md index ec2f7bb..f762f37 100644 --- a/SC2039.md +++ b/SC2039.md @@ -285,6 +285,12 @@ nohup 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.