From: Frantisek Hrbata on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1579#note_830327786 In this particular case it doesn't matter, so just a note. IIRC make vars do not care about any quotes. Anything after one of the assignment operators, except leading whitespaces, is part of the variable value, even trailing whitespaces and quotes of any kind. So there is no guarding. The fact that the double quotes are removed is related to shell token/word splitting and quotes removal. It IMHO has nothing to do with make. So for me the `"$(PKGRELEASE)"` seems correct. _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure