diff options
-rw-r--r-- | expac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -543,7 +543,7 @@ static alpm_list_t *resolve_pkg(alpm_list_t *targets) { ret = alpm_list_add(ret, pkg); if (readone) { - return ret; + break; } } } |