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