OSDN Git Service

[fix] : Fixed --log
authorhayao <hayao@fascode.net>
Fri, 9 Apr 2021 12:23:21 +0000 (21:23 +0900)
committerhayao <hayao@fascode.net>
Fri, 9 Apr 2021 12:23:21 +0000 (21:23 +0900)
tools/fullbuild.sh

index bac511a..573fad1 100755 (executable)
@@ -86,7 +86,7 @@ trap_exit() {
 build() {
     local _exit_code=0 _options=("${share_options[@]}")
 
-    _options+=("--arch" "${arch}" "--lang" "${lang}" "--" "${cha}")
+    _options+=("--arch" "${arch}" "--lang" "${lang}" "${cha}")
 
     if [[ "${simulation}" = false ]] && [[ "${remove_cache}" = true ]]; then
         sudo pacman -Sccc --noconfirm