summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 77132fc7..16d23f1f 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -335,6 +335,7 @@ sub remove_in_help {
my ($NAME) = @_;
substInFile {
s/^$NAME\s:.*//x;
+ s/^\s*$//;
} $PXEHELP;
}