OSDN Git Service

[fix] : Fixed args initilize
authorhayao <hayao@fascode.net>
Tue, 6 Apr 2021 13:03:38 +0000 (22:03 +0900)
committerhayao <hayao@fascode.net>
Tue, 6 Apr 2021 13:03:38 +0000 (22:03 +0900)
build.sh

index 63e5ebd..f73c6e3 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -23,7 +23,7 @@ customized_username=false
 customized_password=false
 customized_kernel=false
 customized_logpath=false
-pkglist_args=""
+pkglist_args=()
 DEFAULT_ARGUMENT=""
 alteriso_version="3.1"