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:
parent
a4881858d8
commit
7ab508430c
3 changed files with 85 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue