mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
Had to add more changes to expect_uml and UML so that there will be an
established PATH, and so that uml_mconsole's system command won't be issued until the last line is actually come to via a new method. Nothing can ever be too simple.
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ sub halt {
|
||||
sub close_no_init {
|
||||
my $me = shift;
|
||||
|
||||
$me->{expect_handle}->print("Shutting down\s\s\n");
|
||||
$me->{expect_handle}->print("Shutting down \n");
|
||||
$me->{expect_handle}->expect(undef, "-re", "Shutting down");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user