We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a6651 commit ba1f2eeCopy full SHA for ba1f2ee
tools/wizard.sh
@@ -428,11 +428,6 @@ Function_Global_Ask_comp_option () {
428
fi
429
}
430
;;
431
- "lzma" | *)
432
- Function_Local_comp_option () {
433
- :
434
- }
435
- ;;
436
"lzo")
437
Function_Local_comp_option () {
438
local Function_Local_lzo_algorithm Var_Local_lzo_algorithm
@@ -498,6 +493,11 @@ Function_Global_Ask_comp_option () {
498
493
"The ${Var_Global_Build_comp_type} Advanced Wizard is not currently supported."
499
494
500
495
496
+ "lzma" | *)
497
+ Function_Local_comp_option () {
+ :
+ }
+ ;;
501
esac
502
503
Function_Local_comp_option
0 commit comments