diff --git a/cmd.c b/cmd.c index 163db73b..03a17ab1 100644 --- a/cmd.c +++ b/cmd.c @@ -661,7 +661,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;