If not set, it shows the following error sh: out of range Signed-off-by: Alexander Couzens <[email protected]>
@@ -64,7 +64,7 @@ ask_bool() {
}
v() {
- [ "$VERBOSE" -ge 1 ] && echo "$@"
+ [ -n "$VERBOSE" ] && [ "$VERBOSE" -ge 1 ] && echo "$@"
json_string() {