aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgitstatus/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/install b/gitstatus/install
index 0c103b8a..3b92daef 100755
--- a/gitstatus/install
+++ b/gitstatus/install
@@ -15,7 +15,7 @@ _gitstatus_install_daemon_found() {
esac
local cpu
- if [ "$uname_sm" != 'darwin arm64' ] ||
+ if [ "$uname_s" != darwin ] || [ "$uname_m" != arm64 ] ||
[ -e /Library/Apple/System/Library/LaunchDaemons/com.apple.oahd.plist ] ||
[ ! -x /usr/sbin/softwareupdate ] ||
! cpu="$(/usr/sbin/sysctl -n machdep.cpu.brand_string)"; then