bin/xbps-fetch: fix output when not using shasum mode
This commit is contained in:
parent
044f75450b
commit
b0904b32d2
@ -163,7 +163,7 @@ main(int argc, char **argv)
|
||||
} else {
|
||||
rv = 0;
|
||||
}
|
||||
if (*digest) {
|
||||
if (shasum) {
|
||||
print_digest(digest, SHA256_DIGEST_LENGTH);
|
||||
printf(" %s\n", filename);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user