mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 02:42:41 +00:00 
			
		
		
		
	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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user