diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |