diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 31426c666..cab5fec86 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -215,6 +215,8 @@ sub spawnShell { fork and return; + $ENV{DISPLAY} ||= ":0"; #- why not :pp + local *F; sysopen F, "/dev/tty2", 2 or die "cannot open /dev/tty2 -- no shell will be provided"; |