summaryrefslogtreecommitdiffstats
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
parent53ef0db6e2efbf9678699db4a57df26cdd89e462 (diff)
downloadtalos-skiboot-f244f3e1b679a1a45b5a5165543ce0c9c86a93ce.tar.gz
talos-skiboot-f244f3e1b679a1a45b5a5165543ce0c9c86a93ce.zip
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>
-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 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
}
OpenPOWER on IntegriCloud