From 69447b6393d6f2c3528e3964c7c5f30f710aaa85 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Tue, 10 Apr 2018 14:34:59 +0200
Subject: 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 76cbe2d6e3..dbe942cf23 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -543,7 +543,8 @@ (define (process-directory directory output)
 
           (mkdir #$output)
           (chdir #+module-tree)
-          (process-directory "." #$output))))
+          (process-directory "." #$output)
+          (newline))))
 
   (computed-file name build
                  #:guile guile-for-build
-- 
cgit v1.2.3