install.sh: remove unneeded echo for uname
This commit is contained in:
parent
7cec9bfd02
commit
afb3456b49
@ -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…
Reference in New Issue
Block a user