From e1d96752f20e4ffaa8034167d40b229f42ce8416 Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 25 Mar 2015 16:48:39 +0100 Subject: [PATCH] Removed variable --- include/tests_hardening | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_hardening b/include/tests_hardening index 055cd4b5..ad10e568 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -54,7 +54,7 @@ logtext "Test: Check file permissions for as (Assembler)" IsWorldExecutable ${ASBINARY} if [ $? -eq 1 ]; then - logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})" + logtext "Binary: found ${ASBINARY} (world executable)" AddHP 2 3 HARDEN_COMPILERS_NEEDED=1 else @@ -66,7 +66,7 @@ logtext "Test: Check file permissions for GCC compiler" IsWorldExecutable ${GCCBINARY} if [ $? -eq 1 ]; then - logtext "Binary: ${GCCBINARY} (world executable: ${FileIsWorldExecutable})" + logtext "Binary: found ${GCCBINARY} (world executable)" AddHP 2 3 HARDEN_COMPILERS_NEEDED=1 else