summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-27 20:51:14 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-27 20:51:14 +0200
commitdc07baeb4b5443131e0bd7f2c5f3b506e23d74dc (patch)
treedb108f0ac5c8d568f0e13f1b98a82b0cbb45fb6d /build.sh
parent2c358983b2d80e298fdfd4f991bde9de54aa4302 (diff)
downloadmidipix_build-dc07baeb4b5443131e0bd7f2c5f3b506e23d74dc.tar.bz2
midipix_build-dc07baeb4b5443131e0bd7f2c5f3b506e23d74dc.tar.xz
Implements localised message files, pt. II.
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;
};