Skip to content

Commit b2a8322

Browse files
authored
Merge pull request #303 from takano32/simulation-doesnt-use-exit-code
2 parents ac652c6 + abb256e commit b2a8322

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/fullbuild.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ build() {
8585
if [[ ! -e "${fullbuild_dir}/fullbuild.${cha}_${arch}_${lang}" ]]; then
8686
if [[ "${simulation}" = true ]]; then
8787
echo "sudo bash build.sh ${_options[*]}"
88-
_exit_code="${?}"
8988
else
9089
msg_info "Build the ${lang} version of ${cha} on the ${arch} architecture."
9190
sudo bash "${script_path}/build.sh" "${_options[@]}"

0 commit comments

Comments
 (0)