aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pfetch b/pfetch
index b52a7e5..1030158 100755
--- a/pfetch
+++ b/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)
;;
*)