Skip to content

Commit 54cf349

Browse files
committed
Correct pathname of x86-64 dynamic loader
1 parent 956cd3b commit 54cf349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/glsanity.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ run_checks()
1212
}
1313

1414
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
15+
test -x /lib64/ld-linux-x86-64.so.2 && run_checks 64 $checkers64

0 commit comments

Comments
 (0)