pkg_lint_summary: output PKGPATH and PKGNAME separated by SPC, not colon
This commit is contained in:
parent
7f9d70904e
commit
2f3f6265c2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ opt_l {
|
|||
provides2pkg [provides1] = 1
|
||||
}
|
||||
if (NF == 0){
|
||||
pkg = (pkgpath ":" pkgname)
|
||||
pkg = (pkgpath " " pkgname)
|
||||
for (i=1; i <= requires_cnt; ++i){
|
||||
# print "r:", requires [i], pkg
|
||||
req = requires [i]
|
||||
|
|
Loading…
Reference in a new issue