From ef40d8405aa1b5366f88e9812b88f7965b76be17 Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 20 Aug 2020 10:38:45 +0900 Subject: [PATCH] [fix] : test command --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d350e7bb..e2e52100 100755 --- a/build.sh +++ b/build.sh @@ -422,7 +422,7 @@ prepare_build() { } trap '_trap_remove_work' 1 2 3 15 - if [[ ${rebuild} = false ]]; then + if [[ "${rebuild}" == false ]]; then # If there is pacman.conf for each channel, use that for building if [[ -f "${script_path}/channels/${channel_name}/pacman-${arch}.conf" ]]; then build_pacman_conf="${script_path}/channels/${channel_name}/pacman-${arch}.conf" -- 2.11.0