launchers/spice : suppression exit avant exec
This commit is contained in:
parent
c23eedd9e4
commit
310523a934
1 changed files with 0 additions and 1 deletions
|
@ -25,5 +25,4 @@ my @command = (
|
||||||
);
|
);
|
||||||
|
|
||||||
print "+ exec ", join(" ", @command), "\n";
|
print "+ exec ", join(" ", @command), "\n";
|
||||||
exit;
|
|
||||||
exec @command;
|
exec @command;
|
||||||
|
|
Loading…
Reference in a new issue