diff options
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 594039754..142b16cbf 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -61,7 +61,7 @@ sub new($$) { launch_X: if (!fork()) { c::setsid(); - exec $server, @options or exit 1; + exec $server, @options or c::_exit(1); } my $nb; foreach (1..60) { |