From ccf849f214d4fa55359c79d0761c0765fdd44640 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 25 Nov 2014 14:21:23 +0100 Subject: [PATCH] Properly log as binary --- include/tests_hardening | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_hardening b/include/tests_hardening index 435c2bfe..840f1c4d 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -56,7 +56,7 @@ if [ ${SYMLINK} -eq 0 ]; then logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})" else - logtext "Binary: ${GCCBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})" + logtext "Binary: ${ASBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})" fi if [ ${FileIsWorldExecutable} = "TRUE" ]; then AddHP 2 3