mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										2
									
								
								job.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								job.c
									
									
									
									
									
								
							@@ -79,7 +79,7 @@ job_run(const char *cmd, struct session *s, const char *cwd,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, out) != 0)
 | 
						if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, out) != 0)
 | 
				
			||||||
		return (NULL);
 | 
							return (NULL);
 | 
				
			||||||
	log_debug("%s: cmd=%s, cwd=%s", __func__, cmd, cwd);
 | 
						log_debug("%s: cmd=%s, cwd=%s", __func__, cmd, cwd == NULL ? "" : cwd);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Do not set TERM during .tmux.conf, it is nice to be able to use
 | 
						 * Do not set TERM during .tmux.conf, it is nice to be able to use
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user