lower debugging

This commit is contained in:
Patrick Schleizer 2019-12-23 01:08:02 -05:00
parent dc6e5d8508
commit 4f76867da6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -40,8 +40,7 @@ echo_wrapper_audit() {
} }
echo_wrapper_silent_audit() { echo_wrapper_silent_audit() {
## TODO: remove echo #echo "run (debugging): $@"
echo "run (debugging): $@"
return_code=0 return_code=0
"$@" || \ "$@" || \
{ \ { \
@ -52,7 +51,7 @@ echo_wrapper_silent_audit() {
} }
sanity_tests() { sanity_tests() {
echo_wrapper_audit which \ echo_wrapper_silent_audit which \
capsh getcap setcap stat find dpkg-statoverride getent xargs grep capsh getcap setcap stat find dpkg-statoverride getent xargs grep
} }