forked from ariadne/pkgconf
bomtool: return EXIT_FAILURE if solver fails to solve
parent
5500a15133
commit
2c89541101
|
@ -338,6 +338,7 @@ main(int argc, char *argv[])
|
|||
{
|
||||
fprintf(stderr, "Please specify at least one package name on the command line.\n");
|
||||
ret = EXIT_FAILURE;
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = EXIT_SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue