Explorar o código

Merge branch 'shell-syntax-fix' of stefan.schmidt/ID2T-toolkit into master

Carlos Garcia %!s(int64=6) %!d(string=hai) anos
pai
achega
bce320eeb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -31,7 +31,7 @@ cd ../../../
 cat >./id2t  <<EOF
 #!/bin/sh
 # Find the executable
-if [ $(uname) == 'Darwin' ]; then
+if [ $(uname) = 'Darwin' ]; then
     alias readlink='greadlink'
 fi
 ID2T_DIR=\$(readlink -f \$0)