diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-10 17:17:00 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-10 17:17:00 +0300 |
commit | 0acaefe57f32e2afffab13a988d8b29d3f6eb1aa (patch) | |
tree | 4d7c7e111c11abd24934f7a5d652b9b08542473a /install | |
parent | 1531d6e5439daae01627b2645684876b75eaf5eb (diff) |
Squashed 'gitstatus/' changes from 6b9ba17..32b7b67
32b7b67 silly typo bug dammit!
git-subtree-dir: gitstatus
git-subtree-split: 32b7b674326b109bbe639d6dc662ede2d4df3ad2
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |