]> git.pld-linux.org Git - packages/make.git/blame - make-expand-tilde.patch
- rel 7 for th
[packages/make.git] / make-expand-tilde.patch
CommitLineData
01d5ebb3 1--- make-3.79.1/job.c~ Fri Jun 23 17:54:56 2000
2+++ make-3.79.1/job.c Sun May 26 15:23:20 2002
3@@ -2421,7 +2421,7 @@
4 char* sh_chars;
5 char** sh_cmds;
6 #else /* WINDOWS32 */
7- static char sh_chars[] = "#;\"*?[]&|<>(){}$`^";
8+ static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~";
9 static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login",
10 "logout", "set", "umask", "wait", "while", "for",
11 "case", "if", ":", ".", "break", "continue",
This page took 0.027029 seconds and 4 git commands to generate.