mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-22 14:53:36 +07:00
output
This commit is contained in:
parent
31804e30ec
commit
c7e9460b2a
@ -26,7 +26,7 @@ source /usr/libexec/helper-scripts/log_run_die.sh
|
||||
echo_wrapper_ignore() {
|
||||
if test "${1}" = "verbose"; then
|
||||
shift
|
||||
log notice "Run: $*"
|
||||
log notice "Executing: $*"
|
||||
else
|
||||
shift
|
||||
fi
|
||||
@ -36,7 +36,7 @@ echo_wrapper_ignore() {
|
||||
echo_wrapper_audit() {
|
||||
if test "${1}" = "verbose"; then
|
||||
shift
|
||||
log notice "Run: $*"
|
||||
log notice "Executing: $*"
|
||||
else
|
||||
shift
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user