mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
spelling: uninitialized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
f2415674a8
commit
fcb90cb389
1 changed files with 1 additions and 1 deletions
2
lynis
2
lynis
|
|
@ -589,7 +589,7 @@ ${NORMAL}
|
|||
if [ ${SET_STRICT} -eq 0 ]; then
|
||||
set +u # Allow uninitialized variables
|
||||
else
|
||||
set -u # Do not allow unitialized variables
|
||||
set -u # Do not allow uninitialized variables
|
||||
fi
|
||||
|
||||
# Import a different language when configured
|
||||
|
|
|
|||
Loading…
Reference in a new issue