Skip to content
Snippets Groups Projects

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

Merged Simon McVittie requested to merge wip/smcv/slr-exec into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -304,7 +304,7 @@ main () {
fi
if [ "$#" -gt 0 ]; then
"$entry_point" -- "$@"
exec "$entry_point" -- "$@"
else
echo "$entry_point"
return 0
Loading