This commit is contained in:
Patrick Schleizer 2019-12-20 11:27:43 -05:00
parent 28d12c3966
commit 3265f9894d
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

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