TL;DR
A user reported some, often required, environment variables might've been missing on strict mode executions. To support a wide range of processes, strict mode should ensure no extra variables are given to the program while still keeping some baseline variables still around.
This release automatically adds the following environment variables as passthrough even if strict
mode is set: PATH
, HOME
, SHELL
, USER
, SHLVL
, LANG
, TERM
, LOGNAME
, PWD
, OLDPWD
, EDITOR
, VISUAL
, DISPLAY
and HOSTNAME
. Thanks @cbmdfc for the report!
What's Changed
- Add additional environment variables. Fixes #12 by @patrickdappollonio in #13
- Unparallelize tests. by @patrickdappollonio in #14
Full Changelog: v2.0.2...v2.0.3