summaryrefslogtreecommitdiffhomepage
path: root/pkgtool.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 /pkgtool.sh
parent2c358983b2d80e298fdfd4f991bde9de54aa4302 (diff)
downloadmidipix_build-dc07baeb4b5443131e0bd7f2c5f3b506e23d74dc.tar.bz2
midipix_build-dc07baeb4b5443131e0bd7f2c5f3b506e23d74dc.tar.xz
Implements localised message files, pt. II.
Diffstat (limited to 'pkgtool.sh')
-rwxr-xr-xpkgtool.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtool.sh b/pkgtool.sh
index 76faf5f4..276ab7b4 100755
--- a/pkgtool.sh
+++ b/pkgtool.sh
@@ -293,9 +293,9 @@ pkgtool() {
esac; _rc="${?}";
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;
};