We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac652c6 + abb256e commit b2a8322Copy full SHA for b2a8322
1 file changed
tools/fullbuild.sh
@@ -85,7 +85,6 @@ build() {
85
if [[ ! -e "${fullbuild_dir}/fullbuild.${cha}_${arch}_${lang}" ]]; then
86
if [[ "${simulation}" = true ]]; then
87
echo "sudo bash build.sh ${_options[*]}"
88
- _exit_code="${?}"
89
else
90
msg_info "Build the ${lang} version of ${cha} on the ${arch} architecture."
91
sudo bash "${script_path}/build.sh" "${_options[@]}"
0 commit comments