mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
zsh-workers/8692
This commit is contained in:
parent
c377b411c8
commit
d518d6ebda
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ bin_comparguments(char *nam, char **args, char *ops, int func)
|
|||
setsparam(args[3], ztrdup(opt->args->action));
|
||||
|
||||
if (args[4])
|
||||
setsparam(args[4], tricat(opt->name, "-1", NULL));
|
||||
setsparam(args[4], tricat(opt->name, "-1", ""));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue