testing..
This commit is contained in:
parent
a97b5624a3
commit
2472415a37
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
local cmd="${@:1}"
|
||||
local err out
|
||||
|
||||
if $silent; then
|
||||
if $silent || [ -z $silent ]; then
|
||||
spin "$msg"
|
||||
if run --err err --out out "$cmd"; then
|
||||
check "Done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue