mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
12804: Fix "typeset -m".
This commit is contained in:
parent
879b24619a
commit
a12ff424b6
2 changed files with 14 additions and 0 deletions
|
|
@ -1942,6 +1942,7 @@ bin_typeset(char *name, char **argv, char *ops, int func)
|
|||
|
||||
/* With the -m option, treat arguments as glob patterns */
|
||||
if (ops['m']) {
|
||||
on &= ~PM_LOCAL;
|
||||
while ((asg = getasg(*argv++))) {
|
||||
LinkList pmlist = newlinklist();
|
||||
LinkNode pmnode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue