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

zsh-workers/10176

This commit is contained in:
Tanaka Akira 2000-03-23 04:05:43 +00:00
parent a4881858d8
commit 7ab508430c
3 changed files with 85 additions and 23 deletions

View file

@ -900,7 +900,7 @@ int
source(char *s)
{
Eprog prog;
int tempfd, fd, cj, oldlineno;
int tempfd = -1, fd, cj, oldlineno;
int oldshst, osubsh, oloops;
FILE *obshin;
char *old_scriptname = scriptname, *us;