This commit is contained in:
Patrick Schleizer 2024-11-14 16:31:12 -05:00
parent 31804e30ec
commit c7e9460b2a
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -26,7 +26,7 @@ source /usr/libexec/helper-scripts/log_run_die.sh
echo_wrapper_ignore() { echo_wrapper_ignore() {
if test "${1}" = "verbose"; then if test "${1}" = "verbose"; then
shift shift
log notice "Run: $*" log notice "Executing: $*"
else else
shift shift
fi fi
@ -36,7 +36,7 @@ echo_wrapper_ignore() {
echo_wrapper_audit() { echo_wrapper_audit() {
if test "${1}" = "verbose"; then if test "${1}" = "verbose"; then
shift shift
log notice "Run: $*" log notice "Executing: $*"
else else
shift shift
fi fi