install.sh: remove unneeded echo for uname

This commit is contained in:
Ivan Vandot 2020-05-21 09:29:17 +02:00
parent 7cec9bfd02
commit afb3456b49

View File

@ -23,7 +23,7 @@ initArch() {
# initOS discovers the operating system for this system.
initOS() {
OS=$(echo `uname`|tr '[:upper:]' '[:lower:]')
OS=$(uname|tr '[:upper:]' '[:lower:]')
case "$OS" in
# Minimalist GNU for Windows