From ad214aacea31a347d13b5c02183296d4d8bcd2fd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:27:42 +0000 Subject: (main) no need to create /dev/tty --- perl-install/install/install2.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index def34573b..80ee5d9fe 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -642,8 +642,6 @@ sub main { #- need to be after oo-izing $o init_brltty() if $o->{brltty}; - devices::make('tty') if $o->{interactive} eq "curses"; - #- needed very early for install::steps_gtk init_mouse() if !$::testing; -- cgit v1.2.1