We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--pep582 <SHELL>
Running eval "$(pdm582 --pep)" fails containers which use non-bash shells by default, for example dash or busybox.
eval "$(pdm582 --pep)"
The generate shell code is very simple so "sh" should just be allowed.
The text was updated successfully, but these errors were encountered:
SGTM, can you contribute the code for dash and busybox?
Sorry, something went wrong.
The code for bash works fine, there are no compat issues.
fix: Handle "sh" and "dash" in print_pep582_command (pdm-project#1502)
e759417
Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
98577c9
fix: Handle "sh" and "dash" in print_pep582_command (#1502) (#1511)
a4f083c
Signed-off-by: Leonard Crestez <cdleonard@gmail.com> Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
No branches or pull requests
Running
eval "$(pdm582 --pep)"
fails containers which use non-bash shells by default, for example dash or busybox.The generate shell code is very simple so "sh" should just be allowed.
The text was updated successfully, but these errors were encountered: