Verbose output is now true by default
This commit is contained in:
parent
7b921a1184
commit
5a24e377c6
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
# shellcheck disable=SC2009 disable=SC2086
|
||||
export "VERBOSE=true"
|
||||
export "LINEREP=\033[F"
|
||||
export "LINESPACE= "
|
||||
export "COLOR_RED=\e[0;31m"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
# shellcheck disable=SC2009 disable=SC2086
|
||||
export "VERBOSE=true"
|
||||
export "LINEREP=\033[F"
|
||||
export "LINESPACE= "
|
||||
export "COLOR_RED=\e[0;31m"
|
||||
|
|
Loading…
Reference in a new issue