Fix bogus perl syntax.

This commit is contained in:
Nick Cabatoff 2017-10-01 20:56:37 -04:00 committed by noctux
parent b51a77f3ae
commit f5f9d7ff38

View file

@ -161,7 +161,7 @@ sub main {
# gather all includes in all modules
while(my ($key, $value) = each %{$modules}) {
my $extracted = extractIncludes($value);
push @new, $extracted->@*;
push @new, @$extracted;
}
# Add all new modules and their contents