Merge branch 'obsd-master'

pull/2051/head
Thomas Adam 2020-01-04 20:01:26 +00:00
commit 6d3d47c25b
1 changed files with 1 additions and 1 deletions

2
cmd.c
View File

@ -660,7 +660,7 @@ char *
cmd_template_replace(const char *template, const char *s, int idx)
{
char ch, *buf;
const char *ptr, *cp, quote[] = "\"\\$;";
const char *ptr, *cp, quote[] = "\"\\$;~";
int replaced, quoted;
size_t len;