[removing bug-gnulib]

On 8/10/19 4:26 AM, Assaf Gordon wrote:
> This results in a user-visible change for gnu date,
> I suggest the attached patch for coreutils.

Thanks, the tests look good.

The gnulib update requires the attached to calm down sc_po_check.
You may squash that into your gnulib update commit (or leave it separate).

Have a nice day,
Berny
>From 7f7ad9de6e79889253dcf4bb4626d24c644b6eab Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <m...@bernhard-voelker.de>
Date: Mon, 22 Jul 2019 08:53:28 +0200
Subject: [PATCH] maint: add lib/argmatch.h to po/POTFILES.in

* po/POTFILES.in (lib/argmatch.h): Add to avoid sc_po_check error:
    "maint.mk: you have changed the set of files with translatable \
     diagnostics;"
---
 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 60c5124ac..4231f56c4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,6 +3,7 @@
 
 # These are nominally temporary...
 lib/argmatch.c
+lib/argmatch.h
 lib/closein.c
 lib/closeout.c
 lib/copy-acl.c
-- 
2.22.0

Reply via email to