Merge commit '622069e60f9573c714f482dd6c76858229f4732a'

This commit is contained in:
Roman Perepelitsa 2020-11-26 07:59:45 +01:00
commit 381bd09e67

View file

@ -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