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:
parent
576d4e6212
commit
0b15cdaa46
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user