revert g0592364

This commit is contained in:
Jin-Asanami 2022-11-15 22:26:02 +09:00
parent 6377526f72
commit 30bc5927af
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
1.1.1
fix line 1658 (own)
1.1
Add VanillaOS (dylanaraps#2222)

View file

@ -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 ]] && {