mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 13:13:18 +08:00
Added read/export as variable modifying commands for subshells
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
echo cow | while read foo; do DIR=$foo; done
|
||||
echo $DIR
|
||||
echo cow | read foo
|
||||
echo "$foo"
|
||||
|
Reference in New Issue
Block a user