launchers/spice : suppression exit avant exec

This commit is contained in:
Ahurac 2024-03-12 11:56:19 +01:00
parent c23eedd9e4
commit 310523a934

View file

@ -25,5 +25,4 @@ my @command = (
); );
print "+ exec ", join(" ", @command), "\n"; print "+ exec ", join(" ", @command), "\n";
exit;
exec @command; exec @command;