help2adoc: fix nawk
All checks were successful
Alpine 3.20 Success

This commit is contained in:
2024-12-31 20:34:48 +01:00
parent b01df19b80
commit 9268fb8eba

View File

@@ -130,7 +130,7 @@ BEGIN {
if (Name !~ /[[:space:]]/)
ProgramName = Name
else if (match(Target, /[^/]+$/))
else if (match(Target, /[^\/]+$/))
ProgramName = substr(Target, RSTART, RLENGTH)
printheader(ProgramName "(1)", "=")