fetch: run quiet when --stdout
Prevent the progressbar and status messages to mess up stdout.cute-signatures
parent
1f8b793471
commit
a99bedba6f
|
@ -78,6 +78,7 @@ static int fetch_parse(void *ctx, struct apk_db_options *dbopts,
|
|||
break;
|
||||
case 's':
|
||||
fctx->flags |= FETCH_STDOUT;
|
||||
apk_verbosity--;
|
||||
break;
|
||||
case 'L':
|
||||
fctx->flags |= FETCH_LINK;
|
||||
|
|
Loading…
Reference in New Issue