From 8d9cb7f42e2822a1c776fe1d0c3c0c3c0e6f8cdc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 9 Oct 2012 09:24:22 +0000 Subject: fix trivial typo with "functions +T" --- Src/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/builtin.c') diff --git a/Src/builtin.c b/Src/builtin.c index 334321db9..5cb643f23 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -2692,7 +2692,7 @@ bin_functions(char *name, char **argv, Options ops, int func) if (OPT_MINUS(ops,'T')) on |= PM_TAGGED_LOCAL; else if (OPT_PLUS(ops,'T')) - on |= PM_TAGGED_LOCAL; + off |= PM_TAGGED_LOCAL; if (OPT_MINUS(ops,'z')) { on |= PM_ZSHSTORED; off |= PM_KSHSTORED; -- cgit 1.4.1