index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/mysql-functions | 2 |
diff --git a/bin/mysql-functions b/bin/mysql-functions index 3c02511..1e78751 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -817,7 +817,7 @@ mysql_repair_binary_packages_without_build_assignment() { } | \ ${mysql_command} --raw --batch | \ sed '1d' | \ - grep -vxF '0'; then + grep -qvxF '0'; then pkgbase="${pkgname}" fi if [ -z "${pkgbase}" ]; then |