From 53d70830f53e14154e7335f8c50f9bf409cf2c07 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 ccb34232c..f77c5f06d 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