1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

zsh-3.1.5-pws-3

This commit is contained in:
Tanaka Akira 1999-04-15 18:09:05 +00:00
parent f13624e0f8
commit 9003d99d16
41 changed files with 5315 additions and 427 deletions

View file

@ -120,7 +120,7 @@ static struct builtin builtins[] =
BUILTIN("which", 0, bin_whence, 0, -1, 0, "ampsw", "c"),
#ifdef DYNAMIC
BUILTIN("zmodload", 0, bin_zmodload, 0, -1, 0, "Laudi", NULL),
BUILTIN("zmodload", 0, bin_zmodload, 0, -1, 0, "LaudicI", NULL),
#endif
};
@ -994,7 +994,7 @@ cd_new_pwd(int func, LinkNode dir, int chaselinks)
if ((l = getshfunc("chpwd")) != &dummy_list) {
fflush(stdout);
fflush(stderr);
doshfunc(l, NULL, 0, 1);
doshfunc("chpwd", l, NULL, 0, 1);
}
dirstacksize = getiparam("DIRSTACKSIZE");