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
@msarahan and @mingwandroid, we're starting to use the compilers built by you guys instead of using our own recipe. One really annoying thing that I've noticed is that activating an environment with your activate scripts sets HOST to the value of -dumpmachine. For anyone who works in a multihost environment and has '%m' in their PS1 prompt (at least in zsh), it changes the prompt to have the contents of -dumpmachine.
Is there a reason why you need to use HOST in the environment? Could you use some other variablename?
I guess BASH uses HOSTNAME for this instead, so maybe you guys haven't seen this?