Commit 124ee47b336bb89313e8b8e04b0f4b647b28fda4

Authored by mj
1 parent b3862393ee
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 == 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)"