From 48ee49d867cc4f8c8232aa55566a51bd957d15d7 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Mon, 18 Aug 2025 22:35:11 -0300 Subject: [PATCH] :boom: fix(scripts/release): build showing "command -v" output --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 74f731c..506026a 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -49,7 +49,7 @@ if gdbus introspect --session \\ --dest io.github.retrozinndev.colorshell \\ --object-path /io/github/retrozinndev/colorshell > /dev/null 2>&1; then - if command -v socat; then + if command -v socat > /dev/null 2>&1; then echo \"\$@\" | socat - \"\${XDG_RUNTIME_DIR:-/run/user/\$(id -u)}/colorshell.sock\" exit 0 else