mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 10:37:26 -07:00
Added read/export as variable modifying commands for subshells
This commit is contained in:
parent
e251e4a04f
commit
90c1b63790
3 changed files with 35 additions and 8 deletions
3
badcase/subshellvar3
Normal file
3
badcase/subshellvar3
Normal file
|
@ -0,0 +1,3 @@
|
|||
export lol=32 &
|
||||
wait
|
||||
echo "$lol"
|
Loading…
Add table
Add a link
Reference in a new issue