From 1a82956eaeb7ba5fde121755d0042c42c2043069 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 30 Jul 2000 18:26:42 +0000 Subject: * Various fixes; see the ChangeLog. --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'job.c') diff --git a/job.c b/job.c index d517711..615e4b3 100644 --- a/job.c +++ b/job.c @@ -2421,7 +2421,7 @@ construct_command_argv_internal (line, restp, shell, ifs, batch_filename_ptr) char* sh_chars; char** sh_cmds; #else /* WINDOWS32 */ - static char sh_chars[] = "#;\"*?[]&|<>(){}$`^"; + static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~"; static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login", "logout", "set", "umask", "wait", "while", "for", "case", "if", ":", ".", "break", "continue", -- cgit v1.2.3