bleeding-rez
bleeding-rez copied to clipboard
REZ_USED_SHELL
Embed the current shell into the environment.
Motivation
Packages establish an environment, and sometimes what needs to be established differs between shells. For example, on cmd
, the alias
command uses doskey
which doesn't work with rez env --
. For powershell
and bash
however, it does, so cmd
needs a dedicated .bat
file to support --
whereas the others do not.