mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	fix getpostscript.pm call (noversion)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16381 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -460,7 +460,8 @@ sub makescript {
 | 
			
		||||
  undef(%::GLOBAL_SN_HASH);
 | 
			
		||||
  undef(%::GLOBAL_TABDUMP_HASH);
 | 
			
		||||
  if ((defined($nofiles)) &&($nofiles == 1)){ # return array
 | 
			
		||||
    return \$inc;
 | 
			
		||||
   my @scriptd = grep { /\S/ } split(/\n/,$inc);
 | 
			
		||||
   return @scriptd;
 | 
			
		||||
  } else {  # files were created
 | 
			
		||||
    return 0;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user