summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-04 20:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-04 20:01:26 +0000
commit6d3d47c25b155c9bc0ea88f13ccc057c67eabdf1 (patch)
tree446fe015a6b6022160c30e19abe1942b2c1f8ecd /cmd.c
parent6b0091e1850d25ccd47143c9df18e1dddef2f4d4 (diff)
parent1870cc70ef6eded1ac3a809124ec21de1b98dbd9 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index f77176c9..380eedcf 100644
--- a/cmd.c
+++ b/cmd.c
@@ -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;