Skip to content

Commit ea7f273

Browse files
be a non-zero value to show ismg
1 parent d33cb6c commit ea7f273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/udroid/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ die() { echo -e "${_c_red}[E] ${*}${RST}";exit 1;:;}
1616
warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}
1717
shout() { echo -e "${_c_blue}[-] ${*}${RST}";:;}
1818
lshout() { echo -e "${_c_blue}-> ${*}${RST}";:;}
19-
imsg() { if $UDROID_VERBOSE; then echo -e ": ${*} \e[0m" >&2;fi;:;}
19+
imsg() { if [ -n "$UDROID_VERBOSE" ]; then echo -e ": ${*} \e[0m" >&2;fi;:;}
2020
msg() { echo -e "${*} \e[0m" >&2;:;}
2121

2222
_login() {

0 commit comments

Comments
 (0)