]> git.ipfire.org Git - pakfire.git/commitdiff
QA: Fix typo in libs location check.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Feb 2012 00:12:11 +0000 (19:12 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Feb 2012 00:12:11 +0000 (19:12 -0500)
It threw an error in a completely sane environment.

tools/quality-agent.d/003-libs-location

index 446e6fdd99b130e94aefd2a4b2f4e213d81e80a8..48b2521514b54b809565679722bf9607f6a6720d 100755 (executable)
@@ -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