Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip blank lines and comment lines in input to module-install.pl.
  • Loading branch information
pmichaud committed Aug 31, 2012
1 parent c53748c commit c7cd324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/module-install.pl
Expand Up @@ -13,6 +13,7 @@
my @pmfiles;
my @mod_pms;
while (<>) {
next if /^\s*(#|$)/;
my ($module) = /(\S+)/;
print "== Installing modules/$module\n";
our $mlib = "modules/$module/lib";
Expand Down

0 comments on commit c7cd324

Please sign in to comment.