pull: Do not use '~*', which 'msgfmt' fails to interpret.

Fixes <https://bugs.gnu.org/37505>.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.

* guix/scripts/pull.scm (display-channel-news): Use ~a instead of ~*
when reporting new channels.
master
Ludovic Courtès 2019-10-01 10:46:16 +02:00
parent 8b4615ab54
commit 43f7fd8783
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ to display."
(new
(let ((count (length new)))
(format (current-error-port)
(N_ " ~*One new channel:~%"
(N_ " ~a new channel:~%"
" ~a new channels:~%" count)
count)
(for-each display-channel new))))