$ eclass-to-manpage.awk llvm-r1.eclass .\" -*- coding: utf-8 -*- .\" ### DO NOT EDIT THIS FILE .\" ### This man page is autogenerated by eclass-to-manpage.awk .\" ### based on comments found in llvm-r1.eclass .\" .\" See eclass-to-manpage.awk for documentation on how to get .\" your eclass nicely documented as well. .\" /usr/bin/awk: calling undefined function strftime input record number 4, file llvm-r1.eclass source line number 171 I guess we should change the shebang to use gawk explicitly?
(In reply to Michał Górny from comment #0) > I guess we should change the shebang to use gawk explicitly? +1
commit c55763812f078561390dc0256932c2ec8dbcffd0 Author: Ulrich Müller <ulm@gentoo.org> Date: Fri Mar 14 15:01:19 2025 +0100 Explicitly specify gawk Closes: https://bugs.gentoo.org/946317 Signed-off-by: Ulrich Müller <ulm@gentoo.org>