1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-12 11:01:15 +02:00

15965: glob -> zglob

This commit is contained in:
Peter Stephenson 2001-10-08 08:14:10 +00:00
parent 7668a03cb2
commit d177e890b6
3 changed files with 3 additions and 3 deletions

View file

@ -1755,7 +1755,7 @@ execcmd(Estate state, int input, int output, int how, int last1)
if (!(cflags & BINF_NOGLOB)) if (!(cflags & BINF_NOGLOB))
while (!checked && !errflag && args && nonempty(args) && while (!checked && !errflag && args && nonempty(args) &&
has_token((char *) peekfirst(args))) has_token((char *) peekfirst(args)))
glob(args, firstnode(args), 0); zglob(args, firstnode(args), 0);
else if (!unglobbed) { else if (!unglobbed) {
for (node = firstnode(args); node; incnode(node)) for (node = firstnode(args); node; incnode(node))
untokenize((char *) getdata(node)); untokenize((char *) getdata(node));

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -920,7 +920,7 @@ gmatchcmp(Gmatch a, Gmatch b)