Commit b3862393ee0b9deecf77471b0ac8871ebb03c26a

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

FIX install.sh

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

... ... @@ -12,7 +12,7 @@
12 12  
13 13 set -e
14 14  
15   -if [ $UID -eq 0 ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi
  15 +if [ $UID == 0 ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi
16 16  
17 17 if [ "$SHELL" != "$(which zsh)" ]; then
18 18 echo "$(which zsh)"