From: razvanm Date: Sun, 28 Dec 2008 05:19:00 +0000 (+0000) Subject: Small patch to get the tools to properly compile in Leopard. X-Git-Tag: rc_6_tinyos_2_1_1~540 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=5d550404eaef4a310d593e55c234e781fdc970be Small patch to get the tools to properly compile in Leopard. --- diff --git a/tools/configure.ac b/tools/configure.ac index acc2e7b2..992d2a65 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -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 }