51ffd2793d
Fedora's /etc/profile overwrites the HISTSIZE environment variable. It can't be preserved until this is fixed [1]. Bats 0.8.0 picked up a regression that causes bogus SC2030 and SC2031 instances [2], and must be silenced so that https://www.shellcheck.net/ doesn't complain: Line 36: HISTFILESIZE=1001 ^----------^ SC2030 (info): Modification of HISTFILESIZE is local (to subshell caused by @bats test). Line 91: if [ "$HISTFILESIZE" = "" ]; then ^-----------^ SC2031 (info): HISTFILESIZE was modified in a subshell. That change might be lost. See: https://www.shellcheck.net/wiki/SC2030 https://www.shellcheck.net/wiki/SC2031 [1] https://pagure.io/setup/pull-request/48 [2] https://github.com/koalaman/shellcheck/issues/2431 https://github.com/containers/toolbox/issues/1359 |
||
---|---|---|
.. | ||
system | ||
meson.build |