about summary refs log tree commit diff
path: root/Src/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/builtin.c')
-rw-r--r--Src/builtin.c2
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;