From dc07baeb4b5443131e0bd7f2c5f3b506e23d74dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 27 Aug 2021 20:51:14 +0200 Subject: Implements localised message files, pt. II. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') 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; }; -- cgit v1.2.3