-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
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
Bash error since openssl updates #1324
Comments
What version is sed on your machine?
|
@yedayak
I suspect
|
Actually, |
You can also append the outputs from |
This makes this work on the BSD sed version that comes with macos. See scop#1324
We used to also complete digest and encryption algorithms as top level commands, but they can all be used by the `dgst` and `enc` commands. This also makes this work on the BSD sed version that comes with macos. See scop#1324 fix(openssl): Make command extraction from help portable for BSD sed.
Describe the bug
Since I updated from 2.14 to 2.16 I've had this error when autocompleting openssl:
This appears to be related to PR #1256.
In addition, output from
openssl ⇥⇥
looks misformatted:To reproduce
Tab complete openssl
Expected behavior
Versions (please complete the following information)
echo "$BASH_VERSION"
: 5.2.37(1)-release(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")
: 2.16.0Additional context
OpenSSL 3.4.0 22 Oct 2024 (Library: OpenSSL 3.4.0 22 Oct 2024)
Output from
openssl version
was compared with a GNU/Linux system running OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024) and the output appears to be formatted identically.Also tried running from a clean shell (
bash -c bash
) with the same results.Debug trace
Full output of
openssl x5⇥
(preceded byset -x
) is here: https://pastebin.com/CR43uWJeThe text was updated successfully, but these errors were encountered: