Skip to content
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

pacinfo: exit 0 when package not found #14

Closed
AladW opened this issue Oct 22, 2016 · 1 comment
Closed

pacinfo: exit 0 when package not found #14

AladW opened this issue Oct 22, 2016 · 1 comment

Comments

@AladW
Copy link

AladW commented Oct 22, 2016

Comparison with pacman:

[archie@thinkpad aurutils]$ pacinfo aurutils-test-vcs/python-nikola
Unable to find package 'aurutils-test-vcs/python-nikola'
[archie@thinkpad aurutils]$ echo $?
0
[archie@thinkpad aurutils]$ pacman -Si aurutils-test-vcs/python-nikola
error: package 'aurutils-test-vcs/python-nikola' was not found
[archie@thinkpad aurutils]$ echo $?
1
AladW pushed a commit to aurutils/aurutils that referenced this issue Oct 22, 2016
@andrewgregory
Copy link
Owner

c6f22b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants