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
This commit is contained in:
daniceexi 2009-04-23 06:44:39 +00:00
parent 576d4e6212
commit 0b15cdaa46

View File

@ -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";