aboutsummaryrefslogtreecommitdiff
path: root/gitstatus/install
diff options
context:
space:
mode:
Diffstat (limited to 'gitstatus/install')
-rwxr-xr-xgitstatus/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/install b/gitstatus/install
index 00070540..464ab821 100755
--- a/gitstatus/install
+++ b/gitstatus/install
@@ -107,7 +107,7 @@ END
uname_s="$(printf '%s' "$uname_s" | command tr '[A-Z]' '[a-z]')" || return
fi
if [ -z "$uname_m" ]; then
- uname_m="$(command uname -s)" || return
+ uname_m="$(command uname -m)" || return
uname_m="$(printf '%s' "$uname_m" | command tr '[A-Z]' '[a-z]')" || return
fi