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:
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user