mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Expand argument to run-shell again.
This commit is contained in:
		@@ -72,7 +72,7 @@ cmd_confirm_before_exec(struct cmd *self, struct cmdq_item *item)
 | 
			
		||||
	int				 wait = !args_has(args, 'b');
 | 
			
		||||
 | 
			
		||||
	cdata = xcalloc(1, sizeof *cdata);
 | 
			
		||||
	cdata->cmdlist = args_make_commands_now(self, item, 0);
 | 
			
		||||
	cdata->cmdlist = args_make_commands_now(self, item, 0, 0);
 | 
			
		||||
	if (cdata->cmdlist == NULL)
 | 
			
		||||
		return (CMD_RETURN_ERROR);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user