From 07b3c4b1f3f1ececd64d0a15c5d04fd9b52973a5 Mon Sep 17 00:00:00 2001 From: hayao Date: Tue, 6 Apr 2021 22:03:38 +0900 Subject: [PATCH] [fix] : Fixed args initilize --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 63e5ebd9..f73c6e34 100755 --- 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" -- 2.11.0