From e37c9d5a1fc6ecf2fefa026db19fbf157a805db6 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Thu, 13 Nov 2008 00:23:14 +0000 Subject: [PATCH] Indentation fix --- tools/boot/lenny/boot-x86 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/boot/lenny/boot-x86 b/tools/boot/lenny/boot-x86 index cfe0b733..0962ab01 100644 --- a/tools/boot/lenny/boot-x86 +++ b/tools/boot/lenny/boot-x86 @@ -266,7 +266,8 @@ if [ "$THISTYPE" = "isolinux" ]; then if [ -n "$KERNEL_PARAMS" ]; then # Substitute custom kernel params into the isolinux config # file(s) - sed -i "/^[[:space:]]\+append .*--/ s|append|append $KERNEL_PARAMS|" boot$N/isolinux/*.cfg + sed -i "/^[[:space:]]\+append .*--/ s|append|append $KERNEL_PARAMS|" \ + boot$N/isolinux/*.cfg fi else