]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Small patch to get the tools to properly compile in Leopard.
authorrazvanm <razvanm>
Sun, 28 Dec 2008 05:19:00 +0000 (05:19 +0000)
committerrazvanm <razvanm>
Sun, 28 Dec 2008 05:19:00 +0000 (05:19 +0000)
tools/configure.ac

index acc2e7b2183b2ca4c9e11fe9e657877acdf41c38..992d2a659825f28a76f0c2000b58d0fe5640be34 100644 (file)
@@ -106,7 +106,7 @@ AC_MSG_RESULT($JDK)
 
 function jnimap {
   for v in $JNIVERSIONS; do
-    echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
+    /bin/echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
   done
 }