pipenv 2022.12.17
ate my while loop
#5546
Labels
Type: Regression
This issue is a regression of a previous behavior.
Issue description
I've described this issue in greater detail on https://github.com/neilferreira/pipenv-ate-my-while-loop - but essentially the pipenv release
2022.12.17
that came out this weekend is seemingly impacting a| while IFS= read -r foo; do
statement in bash, and is ending the while loop as a result.As per my example, this command works:
Whereas this command fails:
Expected result
I expect that running
pipenv install -e .
should not impact the bash script that is running it.Actual result
Running
pipenv install -e .
is affecting the bash script that is running it.Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
The text was updated successfully, but these errors were encountered: