Commit 14aa2d6047c50e9fedeaba15e81727a3560ecfd4

Authored by mj
1 parent 2d28df687a
Exists in master and in 2 other branches 02-merge, dev

FIX install.sh: "sh: 26: [: 1: unexpected operator"

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -23,7 +23,7 @@ if [ "$SHELL" != "$(which zsh)" ]; then
23 23 $CMD_PREFIX apt-get -yq install curl dialog git nano zsh
24 24 fi
25 25  
26   -if [ 1 == 2 ]; then
  26 +if [ "1" == "2" ]; then
27 27 #sudo apt-get -yq python-setuptools
28 28  
29 29 #sudo easy_install pip