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>2016-07-28 12:39:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-28 12:39:10 +0300
commitaf999d3207bf5f4490b31d82a9e732d7b3410ab9 (patch)
tree99a577c0dc982619ed9451fade05c0651873d92c /include/parameters
parentdb5d825701198c9e487b50ca05ec680d83176c94 (diff)
Allow strict code checking for developers
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/parameters b/include/parameters
index 219528fa..9f193c62 100644
--- a/include/parameters
+++ b/include/parameters
@@ -122,8 +122,7 @@
SHOW_TOOL_TIPS=0
QUIET=1
SHOW_PROGRAM_DETAILS=0
- shift
- HELPER_PARAMS="$1 $2"
+ shift; HELPER_PARAMS="$@"
break
;;