We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff0dc5 commit 45b3280Copy full SHA for 45b3280
1 file changed
tailscale/rootfs/usr/lib/core.sh
@@ -31,7 +31,7 @@ function core.api() {
31
data="${1}"; shift
32
fi
33
local filter=
34
- if [[ ! -z "${1:-}" && "${1::1}" != "-" ]]; then
+ if [[ -n "${1:-}" && "${1::1}" != "-" ]]; then
35
filter="${1}"; shift
36
37
0 commit comments