diff options
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -500,7 +500,8 @@ EOF } if ($opts{glossary}) { - <GLOS>; # Skip the preamble + <GLOS>; # Skip the "DO NOT EDIT" + <GLOS>; # Skip the preamble while (<GLOS>) { process; print CONFIG; |