1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-16 09:01:25 +01:00

zsh-workers/10156

This commit is contained in:
Tanaka Akira 2000-03-16 10:47:15 +00:00
parent c4c7cb024e
commit efae41548c

View file

@ -3211,6 +3211,7 @@ loadautofn(Shfunc shf)
if (prog == &dummy_eprog) {
zerr("%s: function definition file not found", shf->nam, 0);
shf->funcdef = prog;
return 1;
}
if (!prog)