mirror of https://github.com/CISOfy/lynis.git
Removed variable
This commit is contained in:
parent
5ecbaafa4f
commit
e1d96752f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue