[equo] if equo match finds nothing, return exit status 1

This commit is contained in:
Fabio Erculiani
2011-11-03 14:24:30 +01:00
parent d5adabcb55
commit 7b7ff9c82e

View File

@@ -1000,6 +1000,8 @@ def match_package(packages, entropy_client, multi_match = False,
if get_results:
return rc_results
if not found:
return 1
return 0
def search_slotted_packages(slots, entropy_client):