mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-24 14:01:03 +01:00
zsh-workers/10176
This commit is contained in:
parent
a4881858d8
commit
7ab508430c
3 changed files with 85 additions and 23 deletions
|
|
@ -2596,7 +2596,7 @@ build_cur_dump(char *nam, char *dump, char **names, int match, int map, int flag
|
|||
{
|
||||
int dfd, hlen, tlen;
|
||||
LinkList progs, lnames;
|
||||
Shfunc shf;
|
||||
Shfunc shf = NULL;
|
||||
|
||||
if (!strsfx(FD_EXT, dump))
|
||||
dump = dyncat(dump, FD_EXT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue