Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-08-26 09:01:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-08-26 09:01:43 +0300
commit22a7f4fd6d73ff8768377c4bf8e302196facbf3c (patch)
tree7b3151a9499babfd3905b5da558c633f6730f10e /include/tests_php
parentd703d160ff7d713f6f922db7a8e8599fb6d1e6c0 (diff)
Combine multiple unsets into a single command
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_php b/include/tests_php
index ef43f282..23ece909 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -147,7 +147,7 @@
Display --indent 2 --text "- Checking PHP" --result "${STATUS_NOT_FOUND}" --color WHITE
LogText "Result: no php.ini file found"
fi
- unset DIR; unset FILE; unset FIND
+ unset DIR FILE FIND
fi
#
#################################################################################