]> git.pld-linux.org Git - packages/zsh.git/blame - zsh-paths.patch
up to 5.6.2
[packages/zsh.git] / zsh-paths.patch
CommitLineData
0976c54d 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.09107 seconds and 4 git commands to generate.