diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-28 17:22:26 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-31 13:22:05 +0100 |
commit | c7f6c1e1594e0777f99543d5d575092cb491dd21 (patch) | |
tree | 0a1e9e5fb4acc836597cc0f92d07c44ca2a0af6d | |
parent | 3c97e7a43f8979e87ad60cb58d768cbc29917448 (diff) | |
download | idutils-c7f6c1e1594e0777f99543d5d575092cb491dd21.tar.gz idutils-c7f6c1e1594e0777f99543d5d575092cb491dd21.tar.bz2 idutils-c7f6c1e1594e0777f99543d5d575092cb491dd21.zip |
maint: make copyright statements more consistent; update gnulib
* cfg.mk (update-copyright-env): Add UPDATE_COPYRIGHT_FORCE=1
to rejoin some split lines, and UPDATE_COPYRIGHT_USE_INTERVALS=2
to make update-copyright use only one year range.
* gnulib: Update.
* testsuite/files0-from: Adapt to gnulib's change from `q' to 'q'.
-rw-r--r-- | cfg.mk | 3 | ||||
m--------- | gnulib | 0 | ||||
-rwxr-xr-x | testsuite/files0-from | 4 |
3 files changed, 4 insertions, 3 deletions
@@ -29,7 +29,8 @@ old_NEWS_hash = 7c42fc431cadd9164dde6f9a7113b920 -include $(srcdir)/dist-check.mk update-copyright-env = \ - UPDATE_COPYRIGHT_USE_INTERVALS=1 \ + UPDATE_COPYRIGHT_FORCE=1 \ + UPDATE_COPYRIGHT_USE_INTERVALS=2 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 _hv_file = $(srcdir)/testsuite/help-version diff --git a/gnulib b/gnulib -Subproject f51babfaf400eb509f854cad509f5e649b9182b +Subproject 0eab6e2c9ef1e852ec8a880e2e134670f3ceb5c diff --git a/testsuite/files0-from b/testsuite/files0-from index 5458e4f..86d7996 100755 --- a/testsuite/files0-from +++ b/testsuite/files0-from @@ -32,14 +32,14 @@ my @Tests = ( # invalid extra command line argument ['f-extra-arg', '--files0-from=- no-such', {IN=>"a"}, {EXIT=>1}, - {ERR => "$prog: extra operand `no-such'\n" + {ERR => "$prog: extra operand 'no-such'\n" . "file operands cannot be combined with --files0-from\n" . "Try `$prog --help' for more information.\n"} ], # missing input file ['missing', '--files0-from=missing', {EXIT=>1}, - {ERR => "$prog: cannot open `missing' for reading: " + {ERR => "$prog: cannot open 'missing' for reading: " . "No such file or directory\n"}], # empty input, regular file |