diff options
Diffstat (limited to 'perl-install/install/commands.pm')
-rw-r--r-- | perl-install/install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/commands.pm b/perl-install/install/commands.pm index 154a9cfb1..f89002a27 100644 --- a/perl-install/install/commands.pm +++ b/perl-install/install/commands.pm @@ -276,7 +276,7 @@ sub hexdump { sub more { @ARGV = @_; require devices; - my $tty = devices::make('tty'); + my $tty = '/dev/tty'; my $n = 0; open(my $IN, $tty) or die "cannot open $tty\n"; local $_; |