Skip to content
Snippets Groups Projects
Commit a91ee7d3 authored by nimrod's avatar nimrod
Browse files

pre-commit: Address some new warnings.

parent 8bc89e97
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ lam-setpass "$LAM_PASSWORD"
unset LAM_PASSWORD
# Start the process.
eval exec "$@"
eval exec "$*"
......@@ -34,4 +34,4 @@ TLS_CACERT ${LDAP_SASL_SECPROPS:-}
TLS_REQCERT ${LDAP_REQCERT:-}
EOF
eval exec gosu "nslcd:nslcd" "$@"
eval exec gosu "nslcd:nslcd" "$*"
......@@ -69,4 +69,4 @@ EOF
unset PASSWORD_HASH
# Run CMD.
eval exec "$@"
eval exec "$*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment