chore: resolve shell warnings
This commit is contained in:
parent
83e904d06d
commit
022b1a2881
4 changed files with 8 additions and 6 deletions
4
install
4
install
|
@ -110,9 +110,9 @@ function loud() {
|
|||
function loudCmd() {
|
||||
if [[ ${_q} -eq 0 ]]; then
|
||||
verbose "$@"
|
||||
eval "$@"
|
||||
"$@"
|
||||
else
|
||||
eval "$@" > /dev/null
|
||||
"$@" > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue