emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41771: closed ([PATCH] activation: Fix function call for system acti


From: GNU bug Tracking System
Subject: bug#41771: closed ([PATCH] activation: Fix function call for system activation)
Date: Tue, 09 Jun 2020 07:41:01 +0000

Your message dated Tue, 09 Jun 2020 09:40:33 +0200
with message-id <87h7vkoff2.fsf@gnu.org>
and subject line Re: [bug#41771] [PATCH] activation: Fix function call for 
system activation
has caused the debbugs.gnu.org bug report #41771,
regarding [PATCH] activation: Fix function call for system activation
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41771: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41771
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] activation: Fix function call for system activation Date: Mon, 8 Jun 2020 21:53:30 -0500
* gnu/build/activation.scm (boot-time-system):
Evaluate the linux-command-line thunk for linux systems to boot
---
 gnu/build/activation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm
index b915e6bb67..4b67926e88 100644
--- a/gnu/build/activation.scm
+++ b/gnu/build/activation.scm
@@ -321,7 +321,7 @@ improvement."
 (define (boot-time-system)
   "Return the '--system' argument passed on the kernel command line."
   (find-long-option "--system" (if (string-contains %host-type "linux-gnu")
-                                   linux-command-line
+                                   (linux-command-line)
                                    (command-line))))
 
 (define* (activate-current-system
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#41771] [PATCH] activation: Fix function call for system activation Date: Tue, 09 Jun 2020 09:40:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Royce Strange <royball@disroot.org> skribis:

> * gnu/build/activation.scm (boot-time-system):
> Evaluate the linux-command-line thunk for linux systems to boot

Applied, thanks for the quick fix!

Ludo’.


--- End Message ---

reply via email to

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