We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956cd3b commit 54cf349Copy full SHA for 54cf349
scripts/glsanity.in
@@ -12,4 +12,4 @@ run_checks()
12
}
13
14
test -x /lib/ld-linux.so.2 && run_checks 32 $checkers32
15
-test -x /lib/ld-linux-x86-64.so.2 && run_checks 64 $checkers64
+test -x /lib64/ld-linux-x86-64.so.2 && run_checks 64 $checkers64
0 commit comments