From 335750cf319ffb81c431334dff3b58b39c670f15 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 7 Aug 2009 18:01:22 +0000 Subject: use gtk instead of X to focus window and revert workaround for the crash --- perl-install/install/install2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install/install2') diff --git a/perl-install/install/install2 b/perl-install/install/install2 index f9271b5c2..a080c0aef 100755 --- a/perl-install/install/install2 +++ b/perl-install/install/install2 @@ -27,9 +27,6 @@ use install::install2; $::testing = $ENV{PERL_INSTALL_TEST}; $::isStandalone = 0; -# Workaround crashes in async mode -unshift (@ARGV, "--sync"); - install::install2::main(@ARGV); c::_exit(0); -- cgit v1.2.1