From 9003d99d16c46b5679da7fcf1f2a41adef495ff9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:09:05 +0000 Subject: zsh-3.1.5-pws-3 --- Src/init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 33496adc6..decc7617e 100644 --- a/Src/init.c +++ b/Src/init.c @@ -117,7 +117,7 @@ loop(int toplevel, int justonce) if (he && he->text) addlinknode(args, he->text); } LASTALLOC; - doshfunc(prelist, args, 0, 1); + doshfunc("preexec", prelist, args, 0, 1); freelinklist(args, (FreeFunc) NULL); errflag = 0; } @@ -592,6 +592,9 @@ setupvals(void) createnameddirtable(); /* create hash table for named directories */ createparamtable(); /* create paramater hash table */ + condtab = NULL; + wrappers = NULL; + #ifdef TIOCGWINSZ adjustwinsize(); #else -- cgit 1.4.1