Commit e96d0e4c authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Kernel [IRIX]: Disable function

parent 00e2006e
...@@ -322,8 +322,8 @@ get_title() { ...@@ -322,8 +322,8 @@ get_title() {
} }
get_kernel() { get_kernel() {
# Since AIX is an integrated system, it's better to skip this function altogether # Since these OSes are integrated systems, it's better to skip this function altogether
[[ "$os" == "AIX" ]] && return [[ "$os" =~ (AIX|IRIX) ]] && return
case "$kernel_shorthand" in case "$kernel_shorthand" in
"on") kernel="$kernel_version" ;; "on") kernel="$kernel_version" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment