summaryrefslogtreecommitdiff
path: root/bin/mysql-functions
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mysql-functions')
-rwxr-xr-xbin/mysql-functions2
1 files changed, 1 insertions, 1 deletions
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