summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-04-10 14:34:59 +0200
committerLudovic Courtès <ludo@gnu.org>2018-04-10 17:44:27 +0200
commit69447b6393d6f2c3528e3964c7c5f30f710aaa85 (patch)
treea00c81ee4ec6a4ecedc0588576b3a71efcf3c658
parent14b392a8ad25454cfd3d929d6ae359e369a76cbf (diff)
downloadguix-69447b6393d6f2c3528e3964c7c5f30f710aaa85.tar.gz
self: Display a new line at the end of module compilation.
* guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the
end.
-rw-r--r--guix/self.scm3
1 files changed, 2 insertions, 1 deletions
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 @@ 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