guix-commits
[Top][All Lists]
Advanced

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

03/07: self: Display a new line at the end of module compilation.


From: Ludovic Courtès
Subject: 03/07: self: Display a new line at the end of module compilation.
Date: Tue, 10 Apr 2018 11:44:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69447b6393d6f2c3528e3964c7c5f30f710aaa85
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 10 14:34:59 2018 +0200

    self: Display a new line at the end of module compilation.
    
    * guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the
    end.
---
 guix/self.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/self.scm b/guix/self.scm
index 76cbe2d..dbe942c 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -543,7 +543,8 @@ list of file-name/file-like objects suitable as inputs to 
'imported-files'."
 
           (mkdir #$output)
           (chdir #+module-tree)
-          (process-directory "." #$output))))
+          (process-directory "." #$output)
+          (newline))))
 
   (computed-file name build
                  #:guile guile-for-build



reply via email to

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