-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Errors when using fish shell #8
Comments
It does seem to rely on bash on the remote end, the issue is infact set -o pipefail, fish doesn't have -o, zsh(which I use) doesn't have the option pipefail until zsh 5.0.8 |
Yes, you're right it is the set -o pipefail. My mistake. |
I am installing fish-shell (first time in my life) |
fish shell is so cool!!! |
fish-shell is awesome. |
I will update README about this. |
update README.md |
Hi,
Great software package! Thank you.
When the remote user is configured to use fish shell, the check fails when executing:
set -o pipefail; rpm -qa --queryformat '%{NAME} %{VERSION} %{RELEASE}'
I believe the issue is tab characters between %{NAME} %{VERSION} %{RELEASE} headers.
It's not an issue with unknown option as debug output suggests.
Some debug output from vuls near the error:
The text was updated successfully, but these errors were encountered: