From: Michael Tremer Date: Mon, 6 Feb 2012 00:12:11 +0000 (-0500) Subject: QA: Fix typo in libs location check. X-Git-Tag: 0.9.20~14^2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7bb023597d99cc6447dcbd054de23a8285d30eb;p=pakfire.git QA: Fix typo in libs location check. It threw an error in a completely sane environment. --- diff --git a/tools/quality-agent.d/003-libs-location b/tools/quality-agent.d/003-libs-location index 446e6fdd9..48b252151 100755 --- a/tools/quality-agent.d/003-libs-location +++ b/tools/quality-agent.d/003-libs-location @@ -37,7 +37,7 @@ function check() { fi done - if [ "${found}" = "1" ]; then + if [ "${found}" = "0" ]; then log ERROR " ${lib}.so cannot be found in the linker's search path:" log ERROR " /usr/${libdir} ${gcc_libdir}" failed=1