Skip to content

Commit

Permalink
Merge commit '622069e60f9573c714f482dd6c76858229f4732a'
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Nov 26, 2020
2 parents 4050729 + 622069e commit 381bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitstatus/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 381bd09

Please sign in to comment.