From 829a613617f1cb436ebb80071eeba96f85ed7f37 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 13 Jun 2014 06:55:37 -0400 Subject: [PATCH] minor change for partition file handling --- xCAT-server/lib/perl/xCAT/Template.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/perl/xCAT/Template.pm b/xCAT-server/lib/perl/xCAT/Template.pm index 0ea02ecb6..ed19caa40 100644 --- a/xCAT-server/lib/perl/xCAT/Template.pm +++ b/xCAT-server/lib/perl/xCAT/Template.pm @@ -167,10 +167,10 @@ sub subvars { } close ($inh); } - } - # append the partition file into the $inc to do the replacement - $inc .= "\nFFFFFFFFFFFFPARTITIONFILESTART\n".$partcontent; + # append the partition file into the $inc to do the replacement + $inc .= "\nFFFFFFFFFFFFPARTITIONFILESTART\n".$partcontent; + } #do *all* includes, recursive for all