From 622069e60f9573c714f482dd6c76858229f4732a Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Thu, 26 Nov 2020 07:59:45 +0100 Subject: [PATCH] Squashed 'gitstatus/' changes from 1dcba393..4211e33b 4211e33b bug fix: make install work in standalone mode git-subtree-dir: gitstatus git-subtree-split: 4211e33b0b9ed9ad41898eb5a2b4f6a4a37b1db2 --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 0c103b8a..3b92daef 100755 --- a/install +++ b/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