mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 16:46:18 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -206,7 +206,7 @@ args_print(struct args *args)
|
||||
char *
|
||||
args_escape(const char *s)
|
||||
{
|
||||
static const char quoted[] = " #\"';$";
|
||||
static const char quoted[] = " #\"';${}";
|
||||
char *escaped, *result;
|
||||
int flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user