Skip to content

Commit

Permalink
silly typo bug dammit!
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed May 10, 2020
1 parent 6b9ba17 commit 32b7b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32b7b67

Please sign in to comment.