aboutsummaryrefslogtreecommitdiff
path: root/external/mambo
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-04-13 20:38:29 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-04-17 15:56:34 +1000
commitf244f3e1b679a1a45b5a5165543ce0c9c86a93ce (patch)
tree3e4c6fe3de1fa9c43a9722096b46e7a1c2b5c8b8 /external/mambo
parent53ef0db6e2efbf9678699db4a57df26cdd89e462 (diff)
downloadskiboot-f244f3e1b679a1a45b5a5165543ce0c9c86a93ce.zip
skiboot-f244f3e1b679a1a45b5a5165543ce0c9c86a93ce.tar.gz
skiboot-f244f3e1b679a1a45b5a5165543ce0c9c86a93ce.tar.bz2
external/mambo: also invoke readline for the non-autorun case
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'external/mambo')
-rw-r--r--external/mambo/skiboot.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index c6176bd..1b05ba8 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
}