OSDN Git Service

[fix] : Fixed not being able to make detailed settings for some compression methods
authorhayao <shun819.mail@gmail.com>
Fri, 30 Oct 2020 11:15:47 +0000 (20:15 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 30 Oct 2020 11:15:47 +0000 (20:15 +0900)
tools/wizard.sh

index 0671db5..a033da1 100755 (executable)
@@ -428,11 +428,6 @@ Function_Global_Ask_comp_option () {
                 fi
             }
             ;;
-        "lzma" | *)
-            Function_Local_comp_option () {
-                :
-            }
-            ;;
         "lzo")
             Function_Local_comp_option () {
                 local Function_Local_lzo_algorithm Var_Local_lzo_algorithm
@@ -498,6 +493,11 @@ Function_Global_Ask_comp_option () {
                     "The ${Var_Global_Build_comp_type} Advanced Wizard is not currently supported."
             }
             ;;
+        "lzma" | *)
+            Function_Local_comp_option () {
+                :
+            }
+            ;;
     esac
 
     Function_Local_comp_option