−useless
This commit is contained in:
parent
84c26d2273
commit
8ed00e1788
1 changed files with 5 additions and 7 deletions
|
@ -72,13 +72,11 @@ rwx_log_warn() {
|
||||||
# TODO simplify
|
# TODO simplify
|
||||||
|
|
||||||
_rwx_main_log() {
|
_rwx_main_log() {
|
||||||
if rwx_main_interactive; then
|
[ ${#} -gt 0 ] || set -- ""
|
||||||
[ ${#} -gt 0 ] || set -- ""
|
local line
|
||||||
local line
|
for line in "${@}"; do
|
||||||
for line in "${@}"; do
|
echo "${line}"
|
||||||
echo "${line}"
|
done
|
||||||
done
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_rwx_log() {
|
_rwx_log() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue