[BACK]Return to toplevel.go CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkglint / files

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkgtools/pkglint/files/Attic/toplevel.go between version 1.24 and 1.25

version 1.24, 2019/11/23 23:35:56 version 1.25, 2019/11/30 20:35:11
Line 62  func (ctx *Toplevel) checkSubdir(mkline 
Line 62  func (ctx *Toplevel) checkSubdir(mkline 
         ctx.previousSubdir = subdir          ctx.previousSubdir = subdir
   
         if !mkline.IsCommentedVarassign() {          if !mkline.IsCommentedVarassign() {
                 ctx.subdirs = append(ctx.subdirs, joinPath(ctx.dir, subdir))                  ctx.subdirs = append(ctx.subdirs, ctx.dir.JoinNoClean(subdir))
         }          }
 }  }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>