1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-08-20 17:09:44 +08:00
Files
shellcheck/badcase/subshellvar

3 lines
55 B
Plaintext

echo cow | while read foo; do DIR=$foo; done
echo $DIR