GNU bug report logs -
#67038
Inconsistent use of space before ellipsis
Previous Next
Full log
Message #17 received at 67038 <at> debbugs.gnu.org (full text, mbox):
Fixes <https://issues.guix.gnu.org/67038>.
Reported by Ricardo Wurmus.
* guix/status.scm (print-build-event): Fix ellipsis inconsistencies.
---
guix/status.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
We just made this patch after Capitole du Libre at Toulouse as an example for
my first patch \o/
diff --git a/guix/status.scm b/guix/status.scm
index fd89ba9dd3..0ed6d3318a 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -494,8 +494,8 @@ (define* (print-build-event event old-status status
(let ((count (match (assq-ref properties 'graft)
(#f 0)
(lst (or (assq-ref lst 'count) 0)))))
- (format port (info (N_ "applying ~a graft for ~a ..."
- "applying ~a grafts for ~a ..."
+ (format port (info (N_ "applying ~a graft for ~a..."
+ "applying ~a grafts for ~a..."
count))
count
(string-drop-right (store-path-package-name drv)
base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20
--
2.41.0
This bug report was last modified 1 year and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.