if program =~ /^(.*)-\d+?/
no need to add ^ for .* what does \d+? mean?, one or more digital?
I think my change log is detailed enough
I think it may be more precise as below /^\w+-\d+/
'+?' is a lazy quantifier. '\d+?' here is '[0-9]'.
Thanks, RenWen
Thanks, Luan Shengde
Thanks, Luan Shengde
program = $1
end # if job is run as makepkg, makepkg-deps, pack-deps, cci-makepkg, cci-depends # then use makepkg's benchmark as program to get define_files
-- 2.23.0