From: Paul Eggert Date: Mon, 16 Jan 2023 12:40:48 +0000 (+0100) Subject: sigpipe tests: Modernize use of 'head'. X-Git-Tag: v1.0~1827 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d2b4c7dd124f96fbf7b788a7895677698fc5694c;p=gnulib.git sigpipe tests: Modernize use of 'head'. POSIX no longer requires support for ‘head -1’. * tests/test-sigpipe.sh: Use ‘head -n1’ rather than ‘head -1’. * tests/test-sigpipe.c (main): Likewise. * lib/git-merge-changelog.c (main): Update comment accordingly. --- diff --git a/ChangeLog b/ChangeLog index 4755f19360..9bc953423f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-01-16 Paul Eggert + + sigpipe tests: Modernize use of 'head'. + POSIX no longer requires support for ‘head -1’. + * tests/test-sigpipe.sh: Use ‘head -n1’ rather than ‘head -1’. + * tests/test-sigpipe.c (main): Likewise. + * lib/git-merge-changelog.c (main): Update comment accordingly. + 2023-01-15 Paul Eggert alignasof: new module