RSS Bot Posted October 29, 2022 Posted October 29, 2022 Description This code have 2 issues. The argument -f ${binary:Package} will be treated as varibale. So the command is incorrent and output nothing to stdout. But debsums will check all package when we don't specify any package. So it happens to work. What's more, when we silense it by default (#4080) , we leave a } after '>/dev/null 2>/dev/null'. It's really strange how it can work. lol How Has This Been Tested? [X] Build Checklist: [ ] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts