From d7a37f48fd12d95134ae9db262f36452471c495e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 26 Oct 2005 10:06:47 +0000 Subject: 21939: new UNMETACHECK() was too ruthless --- Src/Zle/zle_thingy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src') diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c index b24e686b8..da273132e 100644 --- a/Src/Zle/zle_thingy.c +++ b/Src/Zle/zle_thingy.c @@ -358,8 +358,6 @@ bin_zle(char *name, char **args, Options ops, UNUSED(int func)) struct opn const *op, *opp; int n; - UNMETACHECK(); - /* select operation and ensure no clashing arguments */ for(op = opns; op->o && !OPT_ISSET(ops,STOUC(op->o)); op++) ; if(op->o) @@ -659,6 +657,8 @@ bin_zle_call(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) return 1; } + UNMETACHECK(); + while (*args && **args == '-') { char *num; if (!args[0][1] || args[0][1] == '-') { -- cgit 1.4.1