mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2039 (markdown)
@@ -1,4 +1,7 @@
|
|||||||
## In POSIX sh, *something* is undefined.
|
## In POSIX sh, *something* is undefined.
|
||||||
|
|
||||||
|
*Note: This warning has been retired in favor of individual SC3xxx warnings for each individual issue.*
|
||||||
|
|
||||||
You have declared that your script works with `/bin/sh`, but you are using features that have undefined behavior according to the POSIX specification.
|
You have declared that your script works with `/bin/sh`, but you are using features that have undefined behavior according to the POSIX specification.
|
||||||
|
|
||||||
It may currently work for you, but it can or will fail on other OS, the same OS with different configurations, from different contexts (like initramfs/chroot), or in different versions of the same OS, including future updates to your current system.
|
It may currently work for you, but it can or will fail on other OS, the same OS with different configurations, from different contexts (like initramfs/chroot), or in different versions of the same OS, including future updates to your current system.
|
||||||
|
Reference in New Issue
Block a user