1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 17:31:02 +01:00

zsh-3.1.5-pws-5

This commit is contained in:
Tanaka Akira 1999-04-15 18:11:42 +00:00
parent 2a5a899a55
commit 20d67907c9
47 changed files with 2212 additions and 425 deletions

View file

@ -52,7 +52,7 @@ execfor(Cmd cmd)
List list;
Forcmd node;
char *str;
int val;
int val = 0;
LinkList args;
node = cmd->u.forcmd;