This commit is contained in:
Patrick Schleizer
2019-12-20 11:27:43 -05:00
parent 28d12c3966
commit 3265f9894d

View File

@ -13,7 +13,7 @@ exit_code=0
echo_wrapper_ignore() {
echo "run: $@"
"$@" || true
"$@" 2>/dev/null || true
}
echo_wrapper_audit() {