From 0b15cdaa46b6bd2f4cb1ee64a7150d2ebf00c59a Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 23 Apr 2009 06:44:39 +0000 Subject: [PATCH] fix the typo in L840 for missing the $ git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3246 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 868328e76..3801b4682 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -838,7 +838,7 @@ sub get_tmpl_file_name { my $genos=shift; if (-r "$base/$profile.$os.$arch.tmpl") { - return "base/$profile.$os.$arch.tmpl"; + return "$base/$profile.$os.$arch.tmpl"; } elsif (-r "$base/$profile.$genos.$arch.tmpl") { return "$base/$profile.$genos.$arch.tmpl";