Skip to content

Commit 07b3c4b

Browse files
committed
[fix] : Fixed args initilize
1 parent 74292d8 commit 07b3c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ customized_username=false
2323
customized_password=false
2424
customized_kernel=false
2525
customized_logpath=false
26-
pkglist_args=""
26+
pkglist_args=()
2727
DEFAULT_ARGUMENT=""
2828
alteriso_version="3.1"
2929

0 commit comments

Comments
 (0)