index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/check.c | 2 |
diff --git a/src/pacman/check.c b/src/pacman/check.c index 6c8889fc..f9166b0b 100644 --- a/src/pacman/check.c +++ b/src/pacman/check.c @@ -329,7 +329,7 @@ int check_pkg_full(alpm_pkg_t *pkg) if(strcmp(path, bl->name) == 0) { backup = 1; - continue; + break; } } |