]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: adjust code to handle "error" syntax-check changes
authorPádraig Brady <P@draigBrady.com>
Wed, 31 May 2023 16:21:08 +0000 (17:21 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 31 May 2023 16:24:13 +0000 (17:24 +0100)
commitd055228e341d36a7b79057eb2285d4ead69ae808
treef4dcf5cbe15d1228566ec5ab94526bb271d27c44
parentb7c8eb00468f90b01c54418b2b3c433143fda5d5
maint: adjust code to handle "error" syntax-check changes

* src/dd.c: Don't include no longer used error.h.
Use quoteaf() rather than quote() to quote appropriate for the shell
and to avoid the syntax-check failure,
* src/stty.c: Use quoteaf() rather than quotef()
to have more consistent quoting of the invalid arg.
src/dd.c
src/stty.c