Header script doesn't work when being piped or run with process substitution #671
Labels
stale::recovered
[bot] recovered after being marked as stale
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
The script doesn't work when being piped or run with process substitution. This causes the following to fail:
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh | bash
And:
bash <(curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh)
The following lines cause the issue:
constructor/constructor/header.sh
Lines 19 to 22 in 84995c8
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
Related to conda/conda#12477
The text was updated successfully, but these errors were encountered: