From fd3e35a54c5a915f6d1b758af1686c6bd12d6bf6 Mon Sep 17 00:00:00 2001 From: tosu Date: Mon, 3 Jun 2024 18:53:20 +0200 Subject: [PATCH] Quote special argument --- woxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woxi b/woxi index a2ec809..e7717cc 100755 --- a/woxi +++ b/woxi @@ -3,7 +3,7 @@ W=$(which woxi.py) if [ -n "${W}" ]; then - $W $@ | jq + $W "$@" | jq else printf "Couldn't find woxi.py" fi