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

Address a pre-commit warning.

In entrypoint line 4:
eval exec "$@"
           ^-- SC2294 (warning)
parent 3b6a2444
No related branches found
No related tags found
No related merge requests found
Pipeline #4335 failed
#!/bin/sh
set -eu
eval exec "$@"
eval exec "$*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment