Make `-y' option actually work.
Submitted by: reg
This commit is contained in:
parent
0f68b6595a
commit
75c8e7795c
@ -136,7 +136,7 @@ main(int argc, char **argv)
|
||||
break;
|
||||
|
||||
case 'y':
|
||||
UseBzip2 = FALSE;
|
||||
UseBzip2 = TRUE;
|
||||
break;
|
||||
|
||||
case '?':
|
||||
|
Loading…
Reference in New Issue
Block a user