install.sh: remove unneeded echo for uname

pull/246/head
Ivan Vandot 4 years ago
parent 7cec9bfd02
commit afb3456b49
  1. 2
      install.sh

@ -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

Loading…
Cancel
Save