Paul Eggert wrote: > Thanks for reporting the bug. > > I installed the following patches into the coreutils master branch > and am marking this as done. > >>From 10287448997642ea04d27372f9283e477a070a70 Mon Sep 17 00:00:00 2001 > From: Paul Eggert <[email protected]> > Date: Sat, 11 May 2013 18:29:47 -0700 > Subject: [PATCH 1/3] build: update gnulib submodule to latest > > --- > gl/lib/regex_internal.h.diff | 6 +++--- > gl/modules/tempname.diff | 7 ++++--- > gnulib | 2 +- > 3 files changed, 8 insertions(+), 7 deletions(-)
Hi Paul, Thanks for fixing that and for adapting to newer gnulib. I've pushed this additional change so that "make syntax-check" continues to pass: >From 7c0191e1456d38e7d5b64f21a06711de728cee54 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 11 May 2013 18:28:32 +0200 Subject: [PATCH] build: avoid new syntax-check failure * po/POTFILES.in: Reflect renaming. --- po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 21617cc..39de91b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -18,7 +18,7 @@ lib/randread.c lib/regcomp.c lib/root-dev-ino.h lib/rpmatch.c -lib/set-mode-acl.c +lib/set-acl.c lib/siglist.h lib/spawn-pipe.c lib/strsignal.c -- 1.8.3.rc1.44.gb387c77
