better output

This commit is contained in:
olli 2023-01-17 10:30:16 +01:00
parent 131641e14a
commit edd2c3e6c7

View File

@ -8,7 +8,7 @@ function g_runcmd {
if ! [ $g_runcmd_exitcode -eq 0 ] if ! [ $g_runcmd_exitcode -eq 0 ]
then then
g_echo_error "# $@ g_echo_error "${FUNCNAME} $@
$(cat $g_tmp/g_runcmd-output)" $(cat $g_tmp/g_runcmd-output)"
fi fi
return $g_runcmd_exitcode return $g_runcmd_exitcode