summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 34bb21c7..8ccdfd01 100755
--- a/build.sh
+++ b/build.sh
@@ -142,9 +142,9 @@ build() {
fi;
fi;
if [ "${_rc}" -ne 0 ]; then
- rtl_log_msg "fatalexit" "${_status}";
+ rtl_log_msg "fatalexit" "0;${_status}";
elif [ -n "${_status}" ]; then
- rtl_log_msg "info" "${_status}";
+ rtl_log_msg "info" "0;${_status}";
fi;
};