mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		| @@ -78,7 +78,7 @@ cmd_source_file_exec(struct cmd *self, struct cmdq_item *item) | ||||
| 	free(pattern); | ||||
|  | ||||
| 	for (i = 0; i < (u_int)g.gl_pathc; i++) { | ||||
| 		if (load_cfg(g.gl_pathv[i], c, item, quiet) != 0) | ||||
| 		if (load_cfg(g.gl_pathv[i], c, item, quiet) < 0) | ||||
| 			retval = CMD_RETURN_ERROR; | ||||
| 	} | ||||
| 	if (cfg_finished) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thomas Adam
					Thomas Adam