diff --git a/install.sh b/install.sh index 41b2fade..f5b77d1b 100755 --- a/install.sh +++ b/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