-
Couldn't load subscription status.
- Fork 29
Open
Description
It appears the quoting might be a different to allow the HOMEBREW_PREFIX variable to properly resolve to its contents in the tee command:
echo 'export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH"'
results in shell files getting:
export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH"
While,
echo 'export PATH='"${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH"
Does what is intended, i.e. shell files get a good PATH assignment.
export PATH=/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
Metadata
Metadata
Assignees
Labels
No labels