Skip to content

Commit ba1f2ee

Browse files
committed
[fix] : Fixed not being able to make detailed settings for some compression methods
1 parent 72a6651 commit ba1f2ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/wizard.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,6 @@ Function_Global_Ask_comp_option () {
428428
fi
429429
}
430430
;;
431-
"lzma" | *)
432-
Function_Local_comp_option () {
433-
:
434-
}
435-
;;
436431
"lzo")
437432
Function_Local_comp_option () {
438433
local Function_Local_lzo_algorithm Var_Local_lzo_algorithm
@@ -498,6 +493,11 @@ Function_Global_Ask_comp_option () {
498493
"The ${Var_Global_Build_comp_type} Advanced Wizard is not currently supported."
499494
}
500495
;;
496+
"lzma" | *)
497+
Function_Local_comp_option () {
498+
:
499+
}
500+
;;
501501
esac
502502

503503
Function_Local_comp_option

0 commit comments

Comments
 (0)