diff --git a/custom/custom-lib.pl b/custom/custom-lib.pl index c93199601..3d9b15c6d 100755 --- a/custom/custom-lib.pl +++ b/custom/custom-lib.pl @@ -311,6 +311,7 @@ if ($file !~ /^\// && $file !~ /\|\s*$/) { open(FILE, $file); while() { s/\r|\n//g; + next if (/^#/); if (/^"([^"]*)"\s+"([^"]*)"$/) { push(@rv, [ $1, $2 ]); }