вт, 1 июн. 2021 г. в 09:59, Paco Esteban <[email protected]>: > > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2021/06/01 00:58:59 > > Modified files: > infrastructure/bin: portcheck > > Log message: > portcheck: do not complain about modules.inc being an extra file. > > This is used by some Go ports, and maybe some Rust ports in the future > too. > > "fine by me" zhuk@
The version you committed wasn't fine: fgrep -qx '\.include "\./modules\.inc"' is not the same as fgrep -qx '.include "./modules.inc"' -- WBR, Vadim Zhukov
