]> git.pld-linux.org Git - packages/zsh.git/blob - zsh-paths.patch
up to 5.7
[packages/zsh.git] / zsh-paths.patch
1 --- zsh-4.0.2/Src/init.c~       Wed Apr 11 07:26:26 2001
2 +++ zsh-4.0.2/Src/init.c        Fri Jun 29 08:24:42 2001
3 @@ -654,7 +654,7 @@
4      path    = (char **) zalloc(sizeof(*path) * 5);
5      path[0] = ztrdup("/bin");
6      path[1] = ztrdup("/usr/bin");
7 -    path[2] = ztrdup("/usr/ucb");
8 +    path[2] = ztrdup("/usr/X11R6/bin");
9      path[3] = ztrdup("/usr/local/bin");
10      path[4] = NULL;
11  
This page took 0.048478 seconds and 3 git commands to generate.