From 1080b52660cabb5996696d4df1d1ae412f87a188 Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 2 May 2020 17:05:56 +0900 Subject: [PATCH] [enable] : Enabled -a. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4f068965..9b5d8d3f 100755 --- a/build.sh +++ b/build.sh @@ -1086,7 +1086,7 @@ make_iso() { # Parse options -while getopts 'w:o:g:p:c:t:hbk:xs:jlu:d-:' arg; do +while getopts 'a:w:o:g:p:c:t:hbk:xs:jlu:d-:' arg; do case "${arg}" in p) password="${OPTARG}" ;; w) work_dir="${OPTARG}" ;; -- 2.11.0