Skip to content
Snippets Groups Projects
Commit 8a48a058 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

Merge branch 'wip/smcv/slr-exec' into 'main'

SLR: exec entry point instead of running it as a subprocess

See merge request !681
parents 5ca71c06 1c2b7112
No related branches found
No related tags found
1 merge request!681SLR: exec entry point instead of running it as a subprocess
......@@ -304,7 +304,7 @@ main () {
fi
if [ "$#" -gt 0 ]; then
"$entry_point" -- "$@"
exec "$entry_point" -- "$@"
else
echo "$entry_point"
return 0
......
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