Removed variable

This commit is contained in:
mboelen 2015-03-25 16:48:39 +01:00
parent 5ecbaafa4f
commit e1d96752f2
1 changed files with 2 additions and 2 deletions

View File

@ -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