revert g0592364
This commit is contained in:
parent
6377526f72
commit
30bc5927af
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
1.1.1
|
||||
fix line 1658 (own)
|
||||
|
||||
|
||||
1.1
|
||||
Add VanillaOS (dylanaraps#2222)
|
||||
|
|
2
neofetch
2
neofetch
|
@ -1655,7 +1655,7 @@ esac
|
|||
|
||||
get_kernel() {
|
||||
# Since these OS are integrated systems, it's better to skip this function altogether
|
||||
[[ $os == (AIX|IRIX) ]] && return
|
||||
[[ $os =~ (AIX|IRIX) ]] && return
|
||||
|
||||
# Haiku uses 'uname -v' and not - 'uname -r'.
|
||||
[[ $os == Haiku ]] && {
|
||||
|
|
Loading…
Add table
Reference in a new issue