You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Line 15:](javascript:setPosition(15, 17))
_old_lcall="${LC_ALL-}"
^-- [SC2031](https://www.shellcheck.net/wiki/SC2031) (info): LC_ALL was modified in a subshell. That change might be lost.
Here's what I wanted or expected to see:
Nothing.
Since the subshell is in a different code path it cannot affect the code at line 15 so it shouldn't report it.
The text was updated successfully, but these errors were encountered:
For bugs
shellcheck --version
or "online"): onlineHere's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
Here's what I wanted or expected to see:
Nothing.
Since the subshell is in a different code path it cannot affect the code at line 15 so it shouldn't report it.
The text was updated successfully, but these errors were encountered: