summaryrefslogtreecommitdiffhomepage
path: root/pkgtool.sh
diff options
context:
space:
mode:
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;
};