1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-04-04 07:43:22 -04:00

Minor details.

This commit is contained in:
freesource 2001-12-20 06:31:31 +00:00
parent 5ca98f4515
commit dcb20ba0f5
2 changed files with 5 additions and 3 deletions

View File

@ -5,8 +5,8 @@
# Modifications by Jonathan Rosenbaum <freesource@users.sourceforge.net>
#
# Changes:
# 12/15/2002 Changed UML to BootRoot::UML
# Can set password to "" to allow no password.
# 12/15/2001 Changed UML to BootRoot::UML
# Can now set password to "" to allow no password.
package BootRoot::UML;
@ -135,8 +135,10 @@ sub open_log {
}
if(defined($fh)){
my $log = Expect->exp_init(\*$fh);
push @logs, $log;
$me->{expect_handle}->set_group(@logs);
return $log;
}
return undef;