aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-28 11:51:40 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-28 11:51:40 +0300
commit7d343f9d628694a5eb35324a80d52a1a3778c3de (patch)
tree7916cf338f439eda5fae3eadc1a1eb075011b790
parent1b37bf9dd26002b1efd2085ba22cca6bc6e74bc4 (diff)
downloadpfetch-7d343f9d628694a5eb35324a80d52a1a3778c3de.tar.gz
haiku: comment
-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)
;;
*)