diff options
-rwxr-xr-x | perl.prov | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ sub process_file { $inover = 0; } - if ($incomment || $inover) { + if ($incomment || $inover || m/^\s*#/) { next; } |
index : rpm-setup | ||
The Mageia RPM configuration and scripts | Thierry Vignaud [tv] |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | perl.prov | 2 |
@@ -114,7 +114,7 @@ sub process_file { $inover = 0; } - if ($incomment || $inover) { + if ($incomment || $inover || m/^\s*#/) { next; } |