authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-20 21:01:38 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-20 21:01:38 -07:00
log0f954cb58570ff4ebafb644dbbd8ce6176a2ba74
tree5023fc4dc4a55d6a64eea78c91228b7d44eae682
parentb3ea5586def0e49c3d65a45c27441f0700dc6808

cmd/license- dont include files package in list


1 files changed, 3 insertions(+), 0 deletions(-)

src/cmd/license.zig+3
...@@ -36,6 +36,9 @@ pub fn execute(args: [][]u8) !void {...@@ -36,6 +36,9 @@ pub fn execute(args: [][]u8) !void {
36 if (item.clean_path.len == 0) {36 if (item.clean_path.len == 0) {
37 continue;37 continue;
38 }38 }
39 if (std.mem.eql(u8, item.clean_path, "files")) {
40 continue;
41 }
39 if (item.yaml == null) {42 if (item.yaml == null) {
40 try unspecified_list.append(item);43 try unspecified_list.append(item);
41 continue;44 continue;