💥 fix(scripts/release): build showing "command -v" output

This commit is contained in:
retrozinndev
2025-08-18 22:35:11 -03:00
parent 4fc2986d15
commit 48ee49d867
+1 -1
View File
@@ -49,7 +49,7 @@ if gdbus introspect --session \\
--dest io.github.retrozinndev.colorshell \\ --dest io.github.retrozinndev.colorshell \\
--object-path /io/github/retrozinndev/colorshell > /dev/null 2>&1; then --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\" echo \"\$@\" | socat - \"\${XDG_RUNTIME_DIR:-/run/user/\$(id -u)}/colorshell.sock\"
exit 0 exit 0
else else