Skip to content
Snippets Groups Projects
Commit c5660485 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
Pipeline #4207 failed
...@@ -12,4 +12,4 @@ lam-setpass "$LAM_PASSWORD" ...@@ -12,4 +12,4 @@ lam-setpass "$LAM_PASSWORD"
unset LAM_PASSWORD unset LAM_PASSWORD
# Start the process. # Start the process.
eval exec "$@" eval exec "$*"
...@@ -69,4 +69,4 @@ EOF ...@@ -69,4 +69,4 @@ EOF
unset PASSWORD_HASH unset PASSWORD_HASH
# Run CMD. # 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