1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating arduino and dist.sh scripts for Arduino instead of Processing.

This commit is contained in:
David A. Mellis
2006-12-25 20:58:37 +00:00
parent e5e6639cc9
commit 8417a01218
2 changed files with 15 additions and 50 deletions

View File

@ -6,7 +6,7 @@ export CLASSPATH
# put the directory where this file lives in the front of the path, because
# that directory also contains jikes, which we will need at runtime.
#
PATH=`pwd`/`dirname $0`/tools:${PATH}
PATH=`pwd`/tools:${PATH}
export PATH
# put the directory with the native RXTX libs in the library path