From 2dc2d4694dd958cc6f316ffabb9210b303cb1d58 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 19 Jan 2004 16:11:31 +0000 Subject: remove blank line in help.txt PXE file --- pxe_wizard/Pxe.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'pxe_wizard') 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; } -- cgit v1.2.1