parent
4057c88cf0
commit
959e001edd
1 changed files with 5 additions and 2 deletions
7
install
7
install
|
@ -110,9 +110,12 @@ function loud() {
|
|||
function loudCmd() {
|
||||
if [[ ${_q} -eq 0 ]]; then
|
||||
verbose "$@"
|
||||
"$@"
|
||||
# Disable the shellcheck until quoting can be corrected
|
||||
# shellcheck disable=2294
|
||||
eval "$@"
|
||||
else
|
||||
"$@" > /dev/null
|
||||
# shellcheck disable=2294
|
||||
eval "$@" > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue