summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/remove.c')
-rw-r--r--contrib/cvs/src/remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cvs/src/remove.c b/contrib/cvs/src/remove.c
index f0055d9..63b61d3 100644
--- a/contrib/cvs/src/remove.c
+++ b/contrib/cvs/src/remove.c
@@ -77,7 +77,7 @@ cvsremove (argc, argv)
wrap_setup ();
#ifdef CLIENT_SUPPORT
- if (client_active) {
+ if (current_parsed_root->isremote) {
/* Call expand_wild so that the local removal of files will
work. It's ok to do it always because we have to send the
file names expanded anyway. */
@@ -115,7 +115,7 @@ cvsremove (argc, argv)
argc, argv,
local, W_LOCAL, 0, 1, (char *) NULL, 1);
- if (removed_files)
+ if (removed_files && !really_quiet)
error (0, 0, "use '%s commit' to remove %s permanently", program_name,
(removed_files == 1) ? "this file" : "these files");
OpenPOWER on IntegriCloud