[build] display ignored artifact when checking licenses

This commit is contained in:
David Pilato 2015-08-14 16:21:55 +02:00
parent 391e43e3bb
commit 2b6c5762f4
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ $Source = File::Spec->rel2abs($Source);
say "LICENSE DIR: $License_Dir";
say "SOURCE: $Source";
say "IGNORE: $Ignore";
die "License dir is not a directory: $License_Dir\n" . usage()
unless -d $License_Dir;