We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5272e commit 5a25cb3Copy full SHA for 5a25cb3
1 file changed
tools/wizard.sh
@@ -472,9 +472,7 @@ Function_Global_Ask_comp_option () {
472
return 0
473
;;
474
esac
475
- ;;
476
}
477
-
478
Function_Local_lzo_algorithm
479
if [[ "${Var_Local_lzo_algorithm}" = "lzo1x_999" ]]; then
480
local Function_Local_lzo_level Var_Local_lzo_level
@@ -492,6 +490,7 @@ Function_Global_Ask_comp_option () {
492
490
comp_option="-Xalgorithm ${Var_Local_lzo_algorithm}"
493
491
fi
494
+ ;;
495
"xz")
496
Function_Local_comp_option () {
497
msg_error \
0 commit comments