From 0ff94a8378c502594afda9c2ac226dda0b38b824 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Sep 2025 08:39:02 +0200 Subject: [PATCH] fix: Remove subshell --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index 5c0b2b5..0f05161 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -406,7 +406,7 @@ getCatalog() { if [[ "${id,,}" == "win11"* && "${PLATFORM,,}" != "x64" && "${ARCH,,}" == "arm64" ]]; then # ARMv8.0 cannot run Windows 11 builds higher than 22631 if ! grep -qw 'Features.*atomics' /proc/cpuinfo; then - "$(getBuild "$1" "$2" "22631.2861")" && return 0 + echo "$(getBuild "$1" "$2" "22631.2861")" && return 0 fi fi