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:
linggao 2011-05-16 19:01:03 +00:00
parent 2bf6321335
commit 824705d8e5

View File

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