]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: avoid double semicolon syntax check failure
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 2 Oct 2014 00:34:48 +0000 (02:34 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 2 Oct 2014 00:34:48 +0000 (02:34 +0200)
commit4f87ca916c6b42a5b8a10ce7bc4e54f2ba06451c
tree8b2f15698b23c8aa0c1d7becc1e243145a497928
parentaf2a4ed22594badd2719c0123441d69b17bd8328
maint: avoid double semicolon syntax check failure

A syntax-check recently added to gnulib would trigger a failure
(once gnulib gets updated here) for a statement introduced with
commit v8.23-43-gaf2a4ed:

  src/dd.c:806:  char const *time_fmt = _(", %g s, %s/s\n");;
  maint.mk: Double semicolon detected
  make: *** [sc_prohibit_double_semicolon] Error 1

* src/dd.c (print_xfer_stats): s/;;/;/
src/dd.c