mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 11:46:19 +08:00
Added subshell variable detection cases
This commit is contained in:
3
goodcase/subshellvar
Normal file
3
goodcase/subshellvar
Normal file
@@ -0,0 +1,3 @@
|
||||
( a=3; )
|
||||
a=4;
|
||||
echo "$a"
|
Reference in New Issue
Block a user