mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -394,7 +394,7 @@ format_job_get(struct format_expand_state *es, const char *cmd)
 | 
			
		||||
	if (force && fj->job != NULL)
 | 
			
		||||
	       job_free(fj->job);
 | 
			
		||||
	if (force || (fj->job == NULL && fj->last != t)) {
 | 
			
		||||
		fj->job = job_run(expanded, NULL,
 | 
			
		||||
		fj->job = job_run(expanded, 0, NULL, NULL,
 | 
			
		||||
		    server_client_get_cwd(ft->client, NULL), format_job_update,
 | 
			
		||||
		    format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1);
 | 
			
		||||
		if (fj->job == NULL) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user