mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
spelling: uninitialized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
f2415674a8
commit
fcb90cb389
2
lynis
2
lynis
@ -589,7 +589,7 @@ ${NORMAL}
|
|||||||
if [ ${SET_STRICT} -eq 0 ]; then
|
if [ ${SET_STRICT} -eq 0 ]; then
|
||||||
set +u # Allow uninitialized variables
|
set +u # Allow uninitialized variables
|
||||||
else
|
else
|
||||||
set -u # Do not allow unitialized variables
|
set -u # Do not allow uninitialized variables
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Import a different language when configured
|
# Import a different language when configured
|
||||||
|
Loading…
x
Reference in New Issue
Block a user