From 493876e0c7669b1185af83e99a7a3345793d628c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 17 Feb 2000 14:44:51 +0000 Subject: zsh-workers/9777 --- Src/subst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/subst.c') diff --git a/Src/subst.c b/Src/subst.c index 711ec167a..f92fd7d32 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -212,14 +212,14 @@ stringsubst(LinkList list, LinkNode node, int ssub) /**/ mod_export void -globlist(LinkList list) +globlist(LinkList list, int nountok) { LinkNode node, next; badcshglob = 0; for (node = firstnode(list); !errflag && node; node = next) { next = nextnode(node); - glob(list, node); + glob(list, node, nountok); } if (badcshglob == 1) zerr("no match", NULL, 0); -- cgit 1.4.1