[Skiboot] [PATCH] external/mambo: also invoke readline for the non-autorun case

Nicholas Piggin npiggin at gmail.com
Sat Apr 13 20:38:29 AEST 2019


Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
---
 external/mambo/skiboot.tcl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index c6176bdb..1b05ba84 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -587,4 +587,6 @@ if { [info exists env(SKIBOOT_AUTORUN)] } {
     if [catch { mysim go }] {
 	readline
     }
+} else {
+	readline
 }
-- 
2.20.1



More information about the Skiboot mailing list