Browse Source

Syntax fix for non-bash shells

Stefan Schmidt 6 years ago
parent
commit
9cd1a39707
1 changed files with 1 additions and 1 deletions
  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)