]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
syntax
authoridgay <idgay>
Fri, 25 Jul 2008 16:23:04 +0000 (16:23 +0000)
committeridgay <idgay>
Fri, 25 Jul 2008 16:23:04 +0000 (16:23 +0000)
tools/tinyos/misc/tos-install-jni.in

index 3a8d6f4aede901632e7960dff9ba2e31bfd33e7b..9af97177dff0f03f0935549d7ef70a23c9107cd8 100644 (file)
@@ -10,7 +10,7 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-if [ cygpath -w / >/dev/null 2>/dev/null ] || [ `uname` == "Darwin" ]; then
+if [ cygpath -w / >/dev/null 2>/dev/null ] || [ `uname` = "Darwin" ]; then
   echo "Installing Java JNI code in $jni ... "
   for lib in $tinyoslibdir/*.@JNISUFFIX@; do 
     @INSTALLJNI@ $lib "$jni" || exit 1