Michael Murray
Results
2
comments of
Michael Murray
The problem is that the .bashrc_once (or .bashrc_all or .bashrc_script) might spawn another bash process. It has nothing to do with Homebrew. When the second bash is spawned, it runs...
Update. I don't think it's correct to have the environment variable "run-once" guards in the && chain. I replaced this: ``` [ -f "${PRF}bashrc_once" ] && [ -z "$BRCD_RANONCE" ]...