Jin Asanami 2 gadi atpakaļ
vecāks
revīzija
927b18db7a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -1655,7 +1655,7 @@ esac
 
 
 get_kernel() {
 get_kernel() {
     # Since these OS are integrated systems, it's better to skip this function altogether
     # 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'.
     # Haiku uses 'uname -v' and not - 'uname -r'.
     [[ $os == Haiku ]] && {
     [[ $os == Haiku ]] && {