From e242b2820c6d49aea9623c02bd574d2c7baef1de Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 24 Apr 2012 22:05:55 +0800 Subject: [PATCH] Ignore -q if SCP_PROGRESS isn't set --- scp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scp.c b/scp.c index 529498e..8715726 100644 --- a/scp.c +++ b/scp.c @@ -365,12 +365,12 @@ main(int argc, char **argv) addargs(&args, "-v"); verbose_mode = 1; break; -#ifdef PROGRESS_METER case 'q': +#ifdef PROGRESS_METER addargs(&args, "-q"); showprogress = 0; - break; #endif + break; /* Server options. */ case 'd':