fix bug where -a would not print all files
This commit is contained in:
parent
b9bfa6e1dd
commit
08dc613fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ push @filelist, @files;
|
||||||
if ( $opts{m} ) {
|
if ( $opts{m} ) {
|
||||||
&mp3_comp(@filelist);
|
&mp3_comp(@filelist);
|
||||||
} else {
|
} else {
|
||||||
if ( $opts{f} ) {
|
if ( $opts{f} or $opts{a} ) {
|
||||||
&get_md5s(@filelist);
|
&get_md5s(@filelist);
|
||||||
} else {
|
} else {
|
||||||
my %sizes = &get_sizes(@filelist);
|
my %sizes = &get_sizes(@filelist);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue