Commit a91ee7d3 authored by nimrod's avatar nimrod
Browse files

pre-commit: Address some new warnings.

parent 8bc89e97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ lam-setpass "$LAM_PASSWORD"
unset LAM_PASSWORD

# Start the process.
eval exec "$@"
eval exec "$*"
+1 −1
Original line number Diff line number Diff line
@@ -34,4 +34,4 @@ TLS_CACERT ${LDAP_SASL_SECPROPS:-}
TLS_REQCERT ${LDAP_REQCERT:-}
EOF

eval exec gosu "nslcd:nslcd" "$@"
eval exec gosu "nslcd:nslcd" "$*"
+1 −1
Original line number Diff line number Diff line
@@ -69,4 +69,4 @@ EOF
unset PASSWORD_HASH

# Run CMD.
eval exec "$@"
eval exec "$*"