guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: installer: Resume newt in exit-error procedure.


From: guix-commits
Subject: branch master updated: installer: Resume newt in exit-error procedure.
Date: Sun, 23 Oct 2022 09:38:13 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bf5e78d59f installer: Resume newt in exit-error procedure.
bf5e78d59f is described below

commit bf5e78d59fcb188d0bce02d93c93d06069178837
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Oct 23 15:34:50 2022 +0200

    installer: Resume newt in exit-error procedure.
    
    Fixes: <https://issues.guix.gnu.org/58734>
    
    * gnu/installer/newt.scm (exit-error): Resume it.
---
 gnu/installer/newt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index 1db78e6f0d..0bd0856219 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -62,6 +62,9 @@
   (clear-screen))
 
 (define (exit-error error)
+  ;; Newt may be suspended in the context of the "install-system"
+  ;; procedure. Resume it unconditionnally.
+  (newt-resume)
   (newt-set-color COLORSET-ROOT "white" "red")
   (define action
     (run-textbox-page



reply via email to

[Prev in Thread] Current Thread [Next in Thread]