fix line 1658
This commit is contained in:
parent
0592364897
commit
927b18db7a
1 changed files with 1 additions and 1 deletions
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