]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: use consistent make variable interpolation syntax
authorPádraig Brady <P@draigBrady.com>
Thu, 1 Jun 2023 12:19:24 +0000 (13:19 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Jun 2023 12:21:12 +0000 (13:21 +0100)
commit4d12f4df0c62de4cf2360797ae3ea3de859fa259
tree3817a2d83261f4bb60de268c144ee4c11f24b5a9
parent0147288d20169113cdc7075c787c4dbb8c67187c
maint: use consistent make variable interpolation syntax

* cfg.mk: Prefer $() interpolation over ${}
lest the reader is confused as to whether shell interpolation,
i.e. $${} was intended.
cfg.mk