haiku: comment
This commit is contained in:
parent
1b37bf9dd2
commit
7d343f9d62
1 changed files with 2 additions and 2 deletions
4
pfetch
4
pfetch
|
@ -234,8 +234,8 @@ get_os() {
|
|||
|
||||
Haiku)
|
||||
# Haiku uses 'uname -v' for version information
|
||||
# instead of 'uname -r'.
|
||||
distro="Haiku $(uname -v)"
|
||||
# instead of 'uname -r' which only prints '1'.
|
||||
distro=$(uname -sv)
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue