fixed a possible bad bug in linux builder
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							@@ -117,10 +117,10 @@ namespace AMXXRelease
 | 
				
			|||||||
			info.RedirectStandardOutput = true;
 | 
								info.RedirectStandardOutput = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			p = Process.Start(info);
 | 
								p = Process.Start(info);
 | 
				
			||||||
 | 
								string output = p.StandardOutput.ReadToEnd();
 | 
				
			||||||
			p.WaitForExit();
 | 
								p.WaitForExit();
 | 
				
			||||||
			p.Close();
 | 
								p.Close();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			string output = p.StandardOutput.ReadToEnd();
 | 
					 | 
				
			||||||
			if (output.IndexOf("Handle:") == -1)
 | 
								if (output.IndexOf("Handle:") == -1)
 | 
				
			||||||
				return null;
 | 
									return null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user