mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-25 08:00:18 -05:00
reword and fix typo
This commit is contained in:
parent
14e24859f6
commit
3b1fc529ab
2
neofetch
2
neofetch
|
|
@ -6396,7 +6396,7 @@ cache_uname() {
|
|||
ProductVersion) osx_version=${sw_vers[i+1]} ;;
|
||||
ProductBuildVersion) osx_build=${sw_vers[i+1]} ;;
|
||||
esac
|
||||
# before iOS 2, iOS didn't internally make a distiction between itself and macOS,
|
||||
# before iOS 2, iOS didn't internally distinguish between itself and macOS,
|
||||
# so we manually set the OS type if the version is 1.x
|
||||
case $osx_version in
|
||||
1.*) darwin_name="iPhone OS" ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user