„gaboshlib/g_runcmd.bashfunc“ ändern
This commit is contained in:
parent
b812314e91
commit
f05c859b1c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
function g_runcmd {
|
function g_runcmd {
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
>&2 echo "running $@"
|
#>&2 echo "running $@"
|
||||||
$@ 2>&1 | tee $g_tmp/g_runcmd-output
|
$@ 2>&1 | tee $g_tmp/g_runcmd-output
|
||||||
g_runcmd_exitcode=$?
|
g_runcmd_exitcode=$?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user