This commit is contained in:
olli 2022-12-01 13:16:43 +01:00
parent 18bd919a2e
commit 196b705a5f

View File

@ -3,7 +3,7 @@
function g_runcmd { function g_runcmd {
g_echo "running $@" g_echo "running $@"
$@ >$g_tmp/g_runcmd-output 2>&1 $@ 2>&1 | tee $g_tmp/g_runcmd-output
g_runcmd_exitcode=$? g_runcmd_exitcode=$?
g_echo "running $@" g_echo "running $@"