fixed defect 3302671 and 3299348
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9603 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2bf6321335
commit
824705d8e5
@ -14,9 +14,11 @@ sub get_profile_def_filename {
|
||||
my $osver = shift;
|
||||
my $profile = shift;
|
||||
my $arch = shift;
|
||||
|
||||
my $tmp_base=shift;
|
||||
my $base=realpath($tmp_base); #get the full path
|
||||
if (!$base) { $base=$tmp_base;}
|
||||
|
||||
my $base=shift;
|
||||
$base=realpath($base); #get the full path
|
||||
my $ext=shift;
|
||||
|
||||
my $dotpos;
|
||||
|
Loading…
Reference in New Issue
Block a user