summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/rtag.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/rtag.c')
-rw-r--r--contrib/cvs/src/rtag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/rtag.c b/contrib/cvs/src/rtag.c
index 93539e2..3207c1b 100644
--- a/contrib/cvs/src/rtag.c
+++ b/contrib/cvs/src/rtag.c
@@ -477,7 +477,7 @@ pretag_proc(repository, filter)
run_arg (delete_flag ? "del" : force_tag_move ? "mov" : "add");
run_arg (repository);
walklist(tlist, pretag_list_proc, NULL);
- return (run_exec(RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY));
+ return (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL));
}
static void
OpenPOWER on IntegriCloud